Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wandb/docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6ae9346c1c7a200e2b69cf0180b77d5c2bff643e
Choose a base ref
..
head repository: wandb/docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 93e07a7b693d07269b06e4ac4bcc82b002731643
Choose a head ref
Showing with 1 addition and 5 deletions.
  1. +1 −5 .github/workflows/linkcheck.yml
6 changes: 1 addition & 5 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
@@ -42,11 +42,7 @@ jobs:
uses: lycheeverse/lychee-action@v1.10.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: |
--scheme https --scheme http --verbose --no-cache
--user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"
--max-concurrency 5 --retry-count 3 --retry-delay 2
${{ steps.changed-files.outputs.all_changed_files }}
args: --scheme https --scheme http --verbose --no-cache --user-agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64)" --max-concurrency 5 --retry-count 3 --retry-delay 2 ${{ steps.changed-files.outputs.all_changed_files }}
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}