Skip to content

Commit

Permalink
docs: add CI job to build static page
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmacha committed May 23, 2024
1 parent 11f6179 commit 4178924
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
- run: pip install -r requirements.txt
working-directory: docs
- run: mkdocs gh-deploy --force
working-directory: docs

0 comments on commit 4178924

Please sign in to comment.