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.
2 parents 2a2320a + 3ab4522 commit b18e8bfCopy full SHA for b18e8bf
.github/workflows/build-site.yml
@@ -53,6 +53,14 @@ jobs:
53
path: tmp/.htmlproofer
54
key: ${{ runner.os }}-htmlproofer
55
56
+ - name: Check links with lychee
57
+ id: lychee
58
+ uses: lycheeverse/lychee-action@v1.9.0
59
+ with:
60
+ args: --verbose --no-progress _site/**/*.html
61
+ env:
62
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
63
+
64
- name: Run htmlproofer
65
run: |
66
ruby scripts/htmlproofer.rb
.lycheeignore
@@ -0,0 +1,6 @@
1
+https://github.com/*
2
+https://fonts.googleapis.com/*
3
+https://fonts.gstatic.com/*
4
+https://www.linkedin.com/*
5
+https://www.youtube-nocookie.com/*
6
+https://t.co/*
0 commit comments