File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11name : htmlproofer
2+
3+ # Validates all links are up to date on the website
4+
25on :
36 push :
47 branches :
1114
1215jobs :
1316 checklinks :
14- name : Linux
17+ name : Check links
1518 runs-on : ubuntu-latest
1619 strategy :
1720 fail-fast : false
@@ -23,10 +26,11 @@ jobs:
2326 run : |
2427 gem update --system --no-document
2528 gem update bundler --no-document
26- gem install jekyll bundler
2729 bundle install
2830 - name : build jekyll
2931 run : bundle exec jekyll build
3032 - name : htmlproofer
3133 run : |
34+ bundle add html-proofer
35+ bundle install
3236 bundle exec htmlproofer ./_site
Original file line number Diff line number Diff line change 1- 3.3.4
1+ 3.3.3
Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22gem 'github-pages' , group : :jekyll_plugins
3- gem 'html-proofer'
You can’t perform that action at this time.
0 commit comments