Disable cards in offline build

This commit is contained in:
Jonah Aragon 2023-07-27 15:54:41 -05:00
parent b6d8df1239
commit 83ea0d0774
Signed by: jonah
SSH Key Fingerprint: SHA256:oJSBSFgpWl4g+IwjL96Ya8ocGfI7r6VKnQw+257pZZ0
1 changed files with 3 additions and 2 deletions

View File

@ -20,7 +20,7 @@
name: 📦 Releases
on:
on:
push:
tags:
- '*'
@ -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