Skip to content

Commit

Permalink
ci: cd docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tippfehlr committed Mar 10, 2024
1 parent a8b948e commit 21cbdbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/material-for-mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: publish documentation
on:
push:
branches:
- master
- main
permissions:
contents: write
Expand All @@ -26,4 +25,5 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: cd docs
- run: mkdocs gh-deploy --force

0 comments on commit 21cbdbb

Please sign in to comment.