File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
name : " Build and Deploy"
2
2
on :
3
- schedule :
4
- - cron : ' 0 11 * * 6'
5
3
push :
6
4
branches :
7
5
- main
@@ -39,12 +37,12 @@ jobs:
39
37
40
38
- name : Setup Pages
41
39
id : pages
42
- uses : actions/configure-pages@v3
40
+ uses : actions/configure-pages@v4
43
41
44
42
- name : Setup Ruby
45
43
uses : ruby/setup-ruby@v1
46
44
with :
47
- ruby-version : 3.2
45
+ ruby-version : 3.3
48
46
bundler-cache : true
49
47
50
48
- name : Build site
@@ -55,11 +53,11 @@ jobs:
55
53
- name : Test site
56
54
run : |
57
55
bundle exec htmlproofer _site \
58
- \-\-disable-external=true \
56
+ \-\-disable-external \
59
57
\-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/"
60
58
61
59
- name : Upload site artifact
62
- uses : actions/upload-pages-artifact@v3.0.1
60
+ uses : actions/upload-pages-artifact@v3
63
61
with :
64
62
path : " _site${{ steps.pages.outputs.base_path }}"
65
63
72
70
steps :
73
71
- name : Deploy to GitHub Pages
74
72
id : deployment
75
- uses : actions/deploy-pages@v2
73
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments