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 1e2d085 commit 2b8fa89Copy full SHA for 2b8fa89
.github/workflows/check-links.yml
@@ -26,13 +26,14 @@ jobs:
26
run: bundle exec jekyll build
27
- name: Check for broken links
28
run: |
29
- bundle exec htmlproofer --log-level :debug ./_site &> links.log
+ bundle exec htmlproofer --log-level :debug ./_site/utils/env/index.html &> links.log
30
continue-on-error: true
31
- name: Archive log links
32
uses: actions/upload-artifact@v1
33
with:
34
name: links-check.log
35
- path: links.log- name: Build jekyll website
+ path: links.log
36
+ - name: Build jekyll website
37
38
39
0 commit comments