Skip to content

Commit 3b66986

Browse files
ci/artifacts: Continue on failure
1 parent 67d3e1e commit 3b66986

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
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

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

0 commit comments

Comments
 (0)