Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1
uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6.1
with:
# Exclude the image.sc forum and stackoverflow (which both work) but return 403 from
# github runners and exclude relative links to other pages. Ignore
Expand All @@ -36,7 +36,7 @@ jobs:
--exclude http://fsf.org
--exclude docs/pages
--exclude docs/_includes
--exclude-path '{{cookiecutter.project_slug}}/README.md'
--exclude-path '\\{\\{cookiecutter.project_slug\\}\\}/README.md'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed this @samcunliffe. Unclear why we didn't need to do this beforehand.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aaargh could it be single quotes or somesuch?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried double and it didn't work

--exclude-path 'tests/data'
-- ."
fail: true
Expand Down
Loading