File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -22,20 +22,16 @@ jobs:
22
22
with :
23
23
ruby-version : 2.6 # Not needed with a .ruby-version file
24
24
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
25
- # - name: Setup Rubygems, Bundler, jekyll
26
- # run: |
27
- # gem update --system --no-document
28
- # gem update bundler --no-document
29
- # gem install jekyll bundler
30
- # bundle install
31
25
- name : Build jekyll website
32
26
run : bundle exec jekyll build
33
27
- name : Check for broken links
34
- run : |
35
- bundle exec htmlproofer --checks_to_ignore ScriptCheck,ImageCheck --only_4xx --log-level :debug ./_site/utils/env/index.html &> links.log
36
- continue-on-error : true
37
- - name : Archive log links
38
- uses : actions/upload-artifact@v1
28
+ uses :
lycheeverse/[email protected]
39
29
with :
40
- name : links-check.log
41
- path : links.log
30
+ args : --verbose --no-progress ./_site/utils/env.html
31
+ env : GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
32
+ - name : Create Issue From File
33
+ uses : peter-evans/create-issue-from-file@v3
34
+ with :
35
+ title : Link Checker Report
36
+ content-filepath : ./lychee/out.md
37
+ labels : report, automated issue
You can’t perform that action at this time.
0 commit comments