Skip to content

Commit

Permalink
build(docs) add build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Sep 5, 2023
1 parent 9409b36 commit faac622
Show file tree
Hide file tree
Showing 234 changed files with 8 additions and 110,693 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: docs
on:
push:
branches:
Expand All @@ -21,8 +21,8 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: apt-get install pngquant
- run: pip install git+https://${MKDOCS_GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
- run: sudo apt-get install pngquant
- run: pip install git+https://${MKDOCS_GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git pillow
- run: mkdocs gh-deploy --force
env:
MKDOCS_GH_TOKEN: ${{ secrets.MKDOCS_GH_TOKEN }}
Loading

0 comments on commit faac622

Please sign in to comment.