Skip to content

Commit a2674e4

Browse files
committed
fix(workflow): Specify custom config file for mkdocs gh-deploy command
1 parent 66c0661 commit a2674e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
restore-keys: |
2828
mkdocs-material-
2929
- run: pip install mkdocs-material
30-
- run: mkdocs gh-deploy --force
30+
- run: mkdocs gh-deploy --force --config-file docs/mkdocs.yml

0 commit comments

Comments
 (0)