Skip to content

Commit 04ff378

Browse files
authored
Fix the path for the config in the GitHub Actions file (#64)
1 parent cb4bc3f commit 04ff378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- run: pip install mkdocs-material
2525
- run: pip install mkdocs-static-i18n
2626
- run: pip install mike
27-
- run: mike deploy 5.8.5 --update-aliases --push -F ./config/en/mkdocs.yml
27+
- run: mike deploy 5.8.5 --update-aliases --push -F ./config/mkdocs.yml

0 commit comments

Comments
 (0)