We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb60d6 commit 81cffbdCopy full SHA for 81cffbd
.github/workflows/mdbook.yml
@@ -35,17 +35,16 @@ jobs:
35
env:
36
MDBOOK_VERSION: 0.4.36
37
steps:
38
- - uses: actions/checkout@v4
39
- - name: Install mdBook
40
- run: |
41
- curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
42
- rustup update
43
- cargo install --version ${MDBOOK_VERSION} mdbook
+ - uses: peaceiris/actions-mdbook@v1
+ with:
+ mdbook-version: "latest"
44
- name: Setup Pages
45
id: pages
46
uses: actions/configure-pages@v4
+
47
- name: Build with mdBook
48
run: mdbook build docs
49
- name: Upload artifact
50
uses: actions/upload-pages-artifact@v3
51
with:
0 commit comments