Skip to content

Commit 55df099

Browse files
committed
fix(workflow): Update mkdocs deployment configuration to specify custom config file
1 parent bac8192 commit 55df099

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)