File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 id : lychee
5858 if : always() && steps.deploy.outcome == 'success'
5959 run : |
60- curl -sSfLo lychee.tar.gz "$(curl -sSfH 'Authorization: Bearer ${{ github.token }}' 'https://api.github.com/repos/lycheeverse/lychee/releases/latest' | mawk -F\" '/^ * "browser_download_url": ".* x86_64-unknown-linux-gnu\.tar\.gz"$/{print $4;exit} ')"
61- tar xf lychee.tar.gz lychee
60+ curl -sSfLo lychee.tar.gz "$(curl -sSfH 'Authorization: Bearer ${{ github.token }}' 'https://api.github.com/repos/lycheeverse/lychee/releases/latest' | grep -Po ' "browser_download_url": *"\K[^"]*/lychee- x86_64-unknown-linux-gnu\.tar\.gz(?=") ')"
61+ tar xf lychee.tar.gz --strip-components=1 lychee-x86_64-unknown-linux-gnu/ lychee
6262 - name : Run lychee to check Markdown and HTML files
6363 if : always() && steps.lychee.outcome == 'success'
6464 # x.com/DietPi_|www.patreon.com/DietPi: Network error: Forbidden
You can’t perform that action at this time.
0 commit comments