Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
xZetsubou authored Nov 12, 2023
1 parent cc7bb69 commit 77ee29b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ jobs:
restore-keys: |
mkdocs-material-
- name: "CD To documentation dir"
- run: cd documentation

- name: "Install mkdocs"
run: pip install mkdocs-material

- name: "Run mkdocs"
run: documentation/mkdocs gh-deploy --force
run: mkdocs gh-deploy --force

0 comments on commit 77ee29b

Please sign in to comment.