Skip to content

Commit

Permalink
CI: Retry linkinator (#2299)
Browse files Browse the repository at this point in the history
<!--
Open the PR up as a draft until you feel it is ready for a proper
review.

Do not make PR:s from your own `main` branch, as that makes it difficult
for reviewers to add their own fixes.

Add any improvements to the branch as new commits to make it easier for
reviewers to follow the progress. All commits will be squashed to a
single commit once the PR is merged into `main`.

Make sure you mention any issues that this PR closes in the description,
as well as any other related issues.

To get an auto-generated PR description you can put "copilot:summary" or
"copilot:walkthrough" anywhere.
-->

### What

### Checklist
* [ ] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [ ] I've included a screenshot or gif (if applicable)

<!-- This line will get updated when the PR build summary job finishes.
-->
PR Build Summary: https://build.rerun.io/pr/2299

<!-- pr-link-docs:start -->
Docs preview: https://rerun.io/preview/5aa6ab9/docs
<!-- pr-link-docs:end -->
  • Loading branch information
jprochazk authored and emilk committed Jun 15, 2023
1 parent 1b73558 commit 5539558
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JustinBeckwith/linkinator-action@v1
- uses: jprochazk/linkinator-action@main
with:
paths: "docs/**/*.md"
linksToSkip: "https://crates.io/crates/rerun"
retry: true
retryErrors: true
retryErrorsCount: 5
retryErrorsJitter: 2000

0 comments on commit 5539558

Please sign in to comment.