Skip to content

Commit

Permalink
Add Setup mdBook step
Browse files Browse the repository at this point in the history
  • Loading branch information
brainwo committed May 19, 2024
1 parent d7ef1b4 commit 8960990
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: "0.4.40"
- run: mdbook build mdbook
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 8960990

Please # to comment.