Skip to content

Commit 088792f

Browse files
authored
Update mdbook.yml
1 parent a9db6e7 commit 088792f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mdbook.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@ jobs:
4141
id: pages
4242
uses: actions/configure-pages@v5
4343
- name: Build with mdBook
44+
working-directory: docs
4445
run: mdbook build
4546
- name: Upload artifact
4647
uses: actions/upload-pages-artifact@v3
4748
with:
48-
path: ./book
49+
path: ./docs/book
4950

5051
# Deployment job
5152
deploy:

0 commit comments

Comments
 (0)