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.
1 parent 0e1d588 commit b3fae7cCopy full SHA for b3fae7c
.github/workflows/main.yml
@@ -15,11 +15,9 @@ jobs:
15
- uses: actions/checkout@v2
16
17
- name: Install latest rust toolchain
18
- uses: actions-rs/toolchain@v1
+ - uses: actions-rust-lang/setup-rust-toolchain@v1
19
with:
20
toolchain: stable
21
- default: true
22
- override: true
23
24
- name: Test
25
run: cargo clippy -- -Dwarnings && cargo test
@@ -52,7 +50,7 @@ jobs:
52
50
path: target
53
51
54
- name: Deploy to GitHub Pages
55
- uses: JamesIves/github-pages-deploy-action@4.1.1
+ uses: JamesIves/github-pages-deploy-action@v4
56
57
branch: gh-pages
58
folder: 'target/doc'
0 commit comments