Skip to content

Commit 3f4fb24

Browse files
committed
fix gh action to match
1 parent d9dfd1f commit 3f4fb24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/configure-pages@v5
3737

3838
- name: Build site
39-
run: mkdocs build --config-file docs/mkdocs.yml --site-dir site
39+
run: mkdocs build --config-file mkdocs.yml --site-dir site
4040

4141
- name: Upload artifact
4242
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)