We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d8df1 commit 83ea0d0Copy full SHA for 83ea0d0
.github/workflows/release.yml
@@ -20,7 +20,7 @@
20
21
name: 📦 Releases
22
23
-on:
+on:
24
push:
25
tags:
26
- '*'
@@ -74,11 +74,12 @@ jobs:
74
run: |
75
pip install pipenv
76
pipenv install
77
+ sudo apt install pngquant
78
79
- name: Build website
80
env:
81
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- CARDS: true
82
+ CARDS: false
83
84
pipenv run mkdocs build --config-file config/mkdocs-offline.yml
85
pipenv run mkdocs --version
0 commit comments