Skip to content

Commit 8ca5a49

Browse files
committed
update links GH Action
1 parent 7e11566 commit 8ca5a49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
bundler-cache: true
2222
cache-version: 0 # Increment this number if you need to re-download cached gems
2323

24-
- name: Setup node
24+
- name: Setup Node
2525
uses: actions/setup-node@v4
2626
with:
2727
node-version: '14'
@@ -45,7 +45,7 @@ jobs:
4545
- name: Link Checker
4646
uses: lycheeverse/[email protected]
4747
with:
48-
args: --verbose --no-progress --exclude-file .lycheeignore -- _site/**/*.html
48+
args: --verbose --no-progress -- _site/**/*.html
4949
fail: true
5050
env:
5151
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)