Skip to content

Commit 8feaff1

Browse files
committed
action bug?
Signed-off-by: Nick Cameron <nrc@ncameron.org>
1 parent 970df6a commit 8feaff1

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v6
12-
- name: Install mdbook
13-
run: |
11+
- uses: actions/checkout@v6
1412
- name: Install mdbook
15-
uses: taiki-e/install-action@v2
16-
with:
17-
tool: mdbook
18-
- name: Install mdbook-linkcheck2
19-
uses: taiki-e/install-action@v2
20-
with:
21-
tool: mdbook-linkcheck2
22-
fallback: cargo-install
13+
run: |
14+
- name: Install mdbook
15+
uses: taiki-e/install-action@v2
16+
with:
17+
tool: mdbook
18+
- name: Install mdbook-linkcheck2
19+
uses: taiki-e/install-action@v2
20+
with:
21+
tool: mdbook-linkcheck2
22+
fallback: cargo-install
2323
- name: Deploy GitHub Pages
2424
run: |
2525
mdbook build

0 commit comments

Comments
 (0)