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.
2 parents 37dfc20 + f1093ed commit 2cd286dCopy full SHA for 2cd286d
.github/workflows/docs.yml
@@ -37,8 +37,8 @@ jobs:
37
- name: Generate Docs (reference docs.rs)
38
run: |
39
cargo rustdoc -- --cfg docsrs -Z unstable-options $(cargo metadata --format-version 1 | jq --raw-output '.packages | map("--extern-html-root-url=\(.name)=https://docs.rs/\(.name)/\(.version)") | join(" ")')
40
- - uses: actions/upload-pages-artifact@v1
+ - uses: actions/upload-pages-artifact@v3
41
with:
42
path: 'target/doc'
43
- id: deployment
44
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
.github/workflows/test.yaml
@@ -1,8 +1,8 @@
1
name: Test
2
3
on:
4
- push: null
5
- pull_request: null
+ push:
+ pull_request:
6
schedule:
7
- cron: '0 12 * * *'
8
0 commit comments