Skip to content

Commit

Permalink
Try to fix path issue in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsWinter committed Dec 10, 2024
1 parent 663cbe3 commit c00df97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: build_documentation
on:
push:
branches:
Expand All @@ -25,4 +25,5 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: cd documentation
- run: mkdocs gh-deploy --force

0 comments on commit c00df97

Please sign in to comment.