Skip to content

Commit 8dc516e

Browse files
committed
Fix mkdocs build output path for Pages artifact
1 parent 71f7d40 commit 8dc516e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
run: make -C doc md index
3434

3535
- name: Build site
36-
run: mkdocs build -f doc/mkdocs.yml -d site
36+
working-directory: doc
37+
run: mkdocs build -f mkdocs.yml -d ../site
3738

3839
- uses: actions/configure-pages@v5
3940

0 commit comments

Comments
 (0)