Skip to content

Commit 83ea0d0

Browse files
committed
Disable cards in offline build
1 parent b6d8df1 commit 83ea0d0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
name: 📦 Releases
2222

23-
on:
23+
on:
2424
push:
2525
tags:
2626
- '*'
@@ -74,11 +74,12 @@ jobs:
7474
run: |
7575
pip install pipenv
7676
pipenv install
77+
sudo apt install pngquant
7778
7879
- name: Build website
7980
env:
8081
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81-
CARDS: true
82+
CARDS: false
8283
run: |
8384
pipenv run mkdocs build --config-file config/mkdocs-offline.yml
8485
pipenv run mkdocs --version

0 commit comments

Comments
 (0)