mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
Update peaceiris/actions-mdbook action to v2
This commit is contained in:
parent
7206b8f925
commit
0970bc1b92
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
|||
run: cargo install --path emulator/test-runner --verbose
|
||||
- uses: extractions/setup-just@v2
|
||||
- name: Setup mdBook
|
||||
uses: peaceiris/actions-mdbook@v1
|
||||
uses: peaceiris/actions-mdbook@v2
|
||||
with:
|
||||
mdbook-version: "0.4.13"
|
||||
- name: Build and test all crates
|
||||
|
|
2
.github/workflows/build-site.yml
vendored
2
.github/workflows/build-site.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}--npm--${{ hashFiles('**/package-lock.json') }}
|
||||
- uses: extractions/setup-just@v2
|
||||
- name: Setup mdBook
|
||||
uses: peaceiris/actions-mdbook@v1
|
||||
uses: peaceiris/actions-mdbook@v2
|
||||
with:
|
||||
mdbook-version: "0.4.13"
|
||||
- name: Build website
|
||||
|
|
Loading…
Reference in a new issue