File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 28
28
29
29
steps :
30
30
- name : Checkout
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@v3
32
32
with :
33
33
fetch-depth : 0
34
34
# submodules: true
@@ -37,12 +37,12 @@ jobs:
37
37
38
38
- name : Setup Pages
39
39
id : pages
40
- uses : actions/configure-pages@v4
40
+ uses : actions/configure-pages@v1
41
41
42
42
- name : Setup Ruby
43
43
uses : ruby/setup-ruby@v1
44
44
with :
45
- ruby-version : 3.3
45
+ ruby-version : 3.1.3 # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted
46
46
bundler-cache : true
47
47
48
48
- name : Build site
@@ -52,10 +52,10 @@ jobs:
52
52
53
53
- name : Test site
54
54
run : |
55
- bundle exec htmlproofer _site \-\ -disable-external
55
+ bundle exec htmlproofer _site - -disable-external --check-html --allow_hash_href
56
56
57
57
- name : Upload site artifact
58
- uses : actions/upload-pages-artifact@v3
58
+ uses : actions/upload-pages-artifact@v1
59
59
with :
60
60
path : " _site${{ steps.pages.outputs.base_path }}"
61
61
68
68
steps :
69
69
- name : Deploy to GitHub Pages
70
70
id : deployment
71
- uses : actions/deploy-pages@v4
71
+ uses : actions/deploy-pages@v1
You can’t perform that action at this time.
0 commit comments