File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
17
17
- name : Setup Ruby
18
18
uses : ruby/setup-ruby@v1
22
22
cache-version : 0 # Increment this number if you need to re-download cached gems
23
23
- name : Setup Pages
24
24
id : pages
25
- uses : actions/configure-pages@v3
25
+ uses : actions/configure-pages@v5
26
26
27
27
- name : Build with Jekyll
28
28
# Outputs to the './_site' directory by default
31
31
JEKYLL_ENV : production
32
32
33
33
- name : Link Checker
34
- uses : lycheeverse/lychee-action@v1.2 .0
34
+ uses : lycheeverse/lychee-action@v1.10 .0
35
35
with :
36
- args : --verbose --no-progress --exclude-file .lycheeignore -- _site/**/*.html
36
+ args : --verbose --no-progress -- _site/**/*.html
37
37
fail : true
38
38
env :
39
39
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
You can’t perform that action at this time.
0 commit comments