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 cf771e2 commit b9e7338Copy full SHA for b9e7338
.github/workflows/gh-pages.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Run lychee
55
uses: lycheeverse/lychee-action@v1.8.0
56
with:
57
- args: "--base . --cache --config .github/workflows/lychee.toml -- '.site/**/*.html' '.site/**/*.css'"
+ args: "--base . --cache --config .github/workflows/lychee.toml -- 'site/**/*.html' 'site/**/*.css'"
58
fail: true
59
60
- name: Save lychee cache
0 commit comments