Skip to content

Commit

Permalink
ci: fix mkdocs command
Browse files Browse the repository at this point in the history
  • Loading branch information
tippfehlr committed Mar 11, 2024
1 parent e986f44 commit be074db
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 @@ -31,7 +31,7 @@ jobs:
- name: install mkdocs-material
run: pip install mkdocs-material
- name: install other python dependencies
run: pip install $(mkdocs-material get-deps)
run: pip install $(mkdocs get-deps)
working-directory: docs
- name: build static site
run: mkdocs build --site-dir public
Expand Down

0 comments on commit be074db

Please sign in to comment.