We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc372d9 commit 66554d2Copy full SHA for 66554d2
1 file changed
.github/workflows/links.yml
@@ -25,7 +25,9 @@ jobs:
25
- uses: actions/checkout@v6
26
27
- name: Install lychee
28
- run: curl -sSfL "https://github.com/lycheeverse/lychee/releases/latest/download/lychee-x86_64-unknown-linux-gnu.tar.gz" | sudo tar xz -C /usr/local/bin
+ run: |
29
+ curl -sSfL "https://github.com/lycheeverse/lychee/releases/latest/download/lychee-x86_64-unknown-linux-gnu.tar.gz" |
30
+ sudo tar xz --strip-components=1 -C /usr/local/bin lychee-x86_64-unknown-linux-gnu/lychee
31
32
- name: Test Markdown and HTML links with retry
33
uses: ultralytics/actions/retry@main
0 commit comments