File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191 path : ./site/
9292 github-token : ${{ secrets.GITHUB_TOKEN }}
9393 run-id : ${{ steps.find-runs.outputs.docs-run-id }}
94+ continue-on-error : true
9495
9596 - name : Download coverage artifact
9697 if : steps.find-runs.outputs.has-coverage == 'true'
@@ -100,6 +101,7 @@ jobs:
100101 path : ./site/coverage/
101102 github-token : ${{ secrets.GITHUB_TOKEN }}
102103 run-id : ${{ steps.find-runs.outputs.coverage-run-id }}
104+ continue-on-error : true
103105
104106 - name : Upload combined site
105107 uses : actions/upload-pages-artifact@v4
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - uses : actions/checkout@v5
19- - uses : dtolnay/rust-toolchain@nightly
19+ - uses : dtolnay/rust-toolchain@nightly-2025-01-15
2020 - env :
2121 RUSTFLAGS : --cfg docsrs
2222 RUSTDOCFLAGS : --cfg docsrs
You can’t perform that action at this time.
0 commit comments