mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-01-02 03:16:32 -05:00
Use pipenv version 2022.8.24 for GitHub Actions
This commit is contained in:
parent
b5205aee77
commit
5f970c58ac
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install pipenv
|
pip install -Iv pipenv==2022.8.24
|
||||||
pipenv install
|
pipenv install
|
||||||
|
|
||||||
- name: Build website
|
- name: Build website
|
||||||
|
2
.github/workflows/preview.yml
vendored
2
.github/workflows/preview.yml
vendored
@ -42,6 +42,6 @@ jobs:
|
|||||||
dist: site
|
dist: site
|
||||||
failOnError: 'true'
|
failOnError: 'true'
|
||||||
build: |
|
build: |
|
||||||
pip install pipenv
|
pip install -Iv pipenv==2022.8.24
|
||||||
pipenv install
|
pipenv install
|
||||||
pipenv run mkdocs build --config-file mkdocs.production.yml
|
pipenv run mkdocs build --config-file mkdocs.production.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user