mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-01-01 10:56:28 -05:00
Disable cards in offline build
This commit is contained in:
parent
b6d8df1239
commit
83ea0d0774
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
name: 📦 Releases
|
name: 📦 Releases
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*'
|
||||||
@ -74,11 +74,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install pipenv
|
pip install pipenv
|
||||||
pipenv install
|
pipenv install
|
||||||
|
sudo apt install pngquant
|
||||||
|
|
||||||
- name: Build website
|
- name: Build website
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
CARDS: true
|
CARDS: false
|
||||||
run: |
|
run: |
|
||||||
pipenv run mkdocs build --config-file config/mkdocs-offline.yml
|
pipenv run mkdocs build --config-file config/mkdocs-offline.yml
|
||||||
pipenv run mkdocs --version
|
pipenv run mkdocs --version
|
||||||
|
Loading…
Reference in New Issue
Block a user