Skip to content

Commit 7ab24c3

Browse files
authored
fix docs workflow
1 parent 53a9290 commit 7ab24c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/mdbook.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ jobs:
4343
uses: actions/configure-pages@v5
4444
- name: Build with mdBook
4545
run: |
46-
mdbook-mermaid install .
47-
mdbook build
46+
mdbook-mermaid install ./docs
47+
mdbook build ./docs
4848
- name: Upload artifact
4949
uses: actions/upload-pages-artifact@v3
5050
with:
51-
path: ./book
51+
path: ./docs/book
5252

5353
# Deployment job
5454
deploy:

0 commit comments

Comments
 (0)