Skip to content

Commit 8960990

Browse files
committed
Add Setup mdBook step
1 parent d7ef1b4 commit 8960990

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

+5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
uses: actions/checkout@v4
2525
- name: Setup Pages
2626
uses: actions/configure-pages@v5
27+
- name: Setup mdBook
28+
uses: peaceiris/actions-mdbook@v2
29+
with:
30+
mdbook-version: "0.4.40"
31+
- run: mdbook build mdbook
2732
- name: Upload artifact
2833
uses: actions/upload-pages-artifact@v3
2934
with:

0 commit comments

Comments
 (0)