Skip to content

Commit

Permalink
Disable cards in offline build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaharagon committed Jul 27, 2023
1 parent b6d8df1 commit 83ea0d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

name: 📦 Releases

on:
on:
push:
tags:
- '*'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 83ea0d0

Please sign in to comment.