Skip to content

Commit d61383a

Browse files
authored
Merge pull request #55 from mirzakopic/ci/fixghpagesworkflow
ci: fix mkdocs requirements for gh-pages
2 parents f7b8e06 + 936e3a4 commit d61383a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
restore-keys: |
3838
mkdocs-material-
3939
40-
- run: pip install mkdocs-material mkdocs-macros-plugin mkdocs-awesome-pages-plugin mkdocs-static-i18n
40+
- run: cd docs && pip install -r requirements.txt
4141

4242
- run: cd docs && mkdocs gh-deploy --force

0 commit comments

Comments
 (0)