We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/checkout@v4
1 parent c0f8c2b commit 395a3cbCopy full SHA for 395a3cb
.github/workflows/deploy.yml
@@ -9,7 +9,7 @@ jobs:
9
deploy:
10
runs-on: ubuntu-22.04
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- run: cargo install mdbook --version 0.4.36
14
- run: cd mdbook && mdbook build
15
- uses: JamesIves/github-pages-deploy-action@v4
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
test:
7
8
- run: rustup update 1.65 --no-self-update && rustup default 1.65
- run: cargo build
- name: test mdBook
0 commit comments