mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-06-06 22:08:57 -04:00
Disable cards in offline build
This commit is contained in:
parent
b6d8df1239
commit
83ea0d0774
1 changed files with 3 additions and 2 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -74,11 +74,12 @@ jobs:
|
|||
run: |
|
||||
pip install pipenv
|
||||
pipenv install
|
||||
sudo apt install pngquant
|
||||
|
||||
- name: Build website
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CARDS: true
|
||||
CARDS: false
|
||||
run: |
|
||||
pipenv run mkdocs build --config-file config/mkdocs-offline.yml
|
||||
pipenv run mkdocs --version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue