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 7e11566 commit 8ca5a49Copy full SHA for 8ca5a49
.github/workflows/links.yml
@@ -21,7 +21,7 @@ jobs:
21
bundler-cache: true
22
cache-version: 0 # Increment this number if you need to re-download cached gems
23
24
- - name: Setup node
+ - name: Setup Node
25
uses: actions/setup-node@v4
26
with:
27
node-version: '14'
@@ -45,7 +45,7 @@ jobs:
45
- name: Link Checker
46
uses: lycheeverse/[email protected]
47
48
- args: --verbose --no-progress --exclude-file .lycheeignore -- _site/**/*.html
+ args: --verbose --no-progress -- _site/**/*.html
49
fail: true
50
env:
51
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments