1 parent 970df6a commit 8feaff1Copy full SHA for 8feaff1
1 file changed
.github/workflows/deploy.yml
@@ -8,18 +8,18 @@ jobs:
8
deploy:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v6
12
- - name: Install mdbook
13
- run: |
+ - uses: actions/checkout@v6
14
- name: Install mdbook
15
- uses: taiki-e/install-action@v2
16
- with:
17
- tool: mdbook
18
- - name: Install mdbook-linkcheck2
19
20
21
- tool: mdbook-linkcheck2
22
- fallback: cargo-install
+ run: |
+ - name: Install mdbook
+ uses: taiki-e/install-action@v2
+ with:
+ tool: mdbook
+ - name: Install mdbook-linkcheck2
+ tool: mdbook-linkcheck2
+ fallback: cargo-install
23
- name: Deploy GitHub Pages
24
run: |
25
mdbook build
0 commit comments