Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links.yml #2310

Merged
merged 2 commits into from
Dec 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update links.yml
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
glenn-jocher authored Dec 25, 2024
commit 9d600989bf3f0609064c06326e6d53541194afb7
4 changes: 1 addition & 3 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
@@ -23,9 +23,7 @@ jobs:
- name: Download and install lychee
run: |
LYCHEE_URL=$(curl -s https://api.github.com/repos/lycheeverse/lychee/releases/latest | grep "browser_download_url" | grep "x86_64-unknown-linux-gnu.tar.gz" | cut -d '"' -f 4)
curl -L $LYCHEE_URL -o lychee.tar.gz
tar xzf lychee.tar.gz
sudo mv lychee /usr/local/bin
curl -L $LYCHEE_URL | sudo tar xz -C /usr/local/bin

- name: Test Markdown and HTML links with retry
uses: ultralytics/actions/retry@main