Skip to content

Commit 2b8fa89

Browse files
committed
new checker
1 parent 1e2d085 commit 2b8fa89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/check-links.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ jobs:
2626
run: bundle exec jekyll build
2727
- name: Check for broken links
2828
run: |
29-
bundle exec htmlproofer --log-level :debug ./_site &> links.log
29+
bundle exec htmlproofer --log-level :debug ./_site/utils/env/index.html &> links.log
3030
continue-on-error: true
3131
- name: Archive log links
3232
uses: actions/upload-artifact@v1
3333
with:
3434
name: links-check.log
35-
path: links.log- name: Build jekyll website
35+
path: links.log
36+
- name: Build jekyll website
3637
run: bundle exec jekyll build
3738
- name: Archive log links
3839
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)