Skip to content

Commit 140567d

Browse files
author
liu
committed
整理目录
1 parent 7319d9c commit 140567d

33 files changed

+23
-25
lines changed

.github/workflows/mdbook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
id: pages
4242
uses: actions/configure-pages@v5
4343
- name: Build with mdBook
44-
working-directory: ./example
44+
working-directory: ./doc
4545
run: mdbook build
4646
- name: Upload artifact
4747
uses: actions/upload-pages-artifact@v3
4848
with:
49-
path: ./example/book
49+
path: ./doc/book
5050

5151
# Deployment job
5252
deploy:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)