\n | args: --user-agent 'curl/7.54' --exclude-path README.md --exclude-path _pages/404.md --exclude-path _pages/blog.md --exclude-path _posts/2018-12-22-distill.md --exclude-path _posts/2023-04-24-videos.md --exclude-path _books/the_godfather.md --verbose --no-progress './**/*.md' './**/*.html' | \n
This happens because the | relative_url
is only resolved at build time, and this action runs on the unbuilt site. Or you can disable this action entirely, since we have another one that runs on the built site.
-
I have a file in my assets that I want to display in one of my projects. It seems to work well locally and when deployed, but the Link Checker action fails [link]:
This is defined here. Is there a suggested solution for this? |
Beta Was this translation helpful? Give feedback.
-
The best solution is to add this file to the ignore in This happens because the |
Beta Was this translation helpful? Give feedback.
The best solution is to add this file to the ignore in
al-folio/.github/workflows/broken-links.yml
Line 52 in fea4b7c
This happens because the
| relative_url
is only resolved at build time, and this action runs on the unbuilt site. Or you can disable this action entirely, since we have another one that runs on the built site.