Skip to content

Commit f0b0992

Browse files
committed
Update mkdocs configuration path
1 parent 307d6aa commit f0b0992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- run: pip install mkdocs mkdocs-material
1515
- run: cd docs
16-
- run: mkdocs build -f docs/mkdocs.yml
16+
- run: mkdocs build -f mkdocs.yml
1717
- name: Upload GitHub Pages artifact
1818
uses: actions/upload-pages-artifact@v1.0.8
1919
with:

0 commit comments

Comments
 (0)