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 cdb3340 commit 1b9d1e9Copy full SHA for 1b9d1e9
.github/workflows/link-check.yml
@@ -43,12 +43,9 @@ jobs:
43
run: |
44
hugo --minify
45
46
- - name: Install lychee
47
- run: |
48
- sudo apt-get update
49
- sudo apt-get install -y curl
50
- curl -sSfL https://raw.githubusercontent.com/lycheeverse/lychee/main/install.sh | bash
51
-
52
- - name: Run lychee
53
54
- ./lychee --verbose --exclude "https://example.com" public
+ - name: Link Checker
+ id: lychee
+ uses: lycheeverse/lychee-action@v2
+ with:
+ fail: false
+ args: --verbose --exclude "https://example.com" public
0 commit comments