mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-12-19 21:04:38 -05:00
parent
54e8229454
commit
7e1f0196f9
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: |
|
||||
pip install -Iv pipenv==2022.8.24
|
||||
pip install pipenv
|
||||
pipenv install
|
||||
|
||||
- name: Build website
|
||||
|
2
.github/workflows/preview.yml
vendored
2
.github/workflows/preview.yml
vendored
@ -42,6 +42,6 @@ jobs:
|
||||
dist: site
|
||||
failOnError: 'true'
|
||||
build: |
|
||||
pip install -Iv pipenv==2022.8.24
|
||||
pip install pipenv
|
||||
pipenv install
|
||||
pipenv run mkdocs build --config-file mkdocs.production.yml
|
||||
|
Loading…
Reference in New Issue
Block a user