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 3aea778 commit 40a21e9Copy full SHA for 40a21e9
.github/workflows/links.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Link Checker
21
id: lychee
22
- uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1
+ uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6.1
23
with:
24
# Exclude the image.sc forum and stackoverflow (which both work) but return 403 from
25
# github runners and exclude relative links to other pages. Ignore
@@ -36,7 +36,7 @@ jobs:
36
--exclude http://fsf.org
37
--exclude docs/pages
38
--exclude docs/_includes
39
- --exclude-path '{{cookiecutter.project_slug}}/README.md'
+ --exclude-path '\\{\\{cookiecutter.project_slug\\}\\}/README.md'
40
--exclude-path 'tests/data'
41
-- ."
42
fail: true
0 commit comments