File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
37
37
38
38
- name : Setup Pages
39
39
id : pages
40
- uses : actions/configure-pages@v1
40
+ uses : actions/configure-pages@v4
41
41
42
42
- name : Setup Ruby
43
43
uses : ruby/setup-ruby@v1
44
44
with :
45
- ruby-version : 3.1.3 # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted
45
+ ruby-version : 3.3
46
46
bundler-cache : true
47
47
48
48
- name : Build site
52
52
53
53
- name : Test site
54
54
run : |
55
- bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href
55
+ bundle exec htmlproofer _site \
56
+ \-\-disable-external \
57
+ \-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
56
58
57
59
- name : Upload site artifact
58
60
uses : actions/upload-pages-artifact@v3
68
70
steps :
69
71
- name : Deploy to GitHub Pages
70
72
id : deployment
71
- uses : actions/deploy-pages@v3
73
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments