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 2828
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v3
3232 with :
3333 fetch-depth : 0
3434 # submodules: true
@@ -37,12 +37,12 @@ jobs:
3737
3838 - name : Setup Pages
3939 id : pages
40- uses : actions/configure-pages@v4
40+ uses : actions/configure-pages@v1
4141
4242 - name : Setup Ruby
4343 uses : ruby/setup-ruby@v1
4444 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
4646 bundler-cache : true
4747
4848 - name : Build site
@@ -52,10 +52,10 @@ jobs:
5252
5353 - name : Test site
5454 run : |
55- bundle exec htmlproofer _site \-\ -disable-external
55+ bundle exec htmlproofer _site - -disable-external --check-html --allow_hash_href
5656
5757 - name : Upload site artifact
58- uses : actions/upload-pages-artifact@v3
58+ uses : actions/upload-pages-artifact@v1
5959 with :
6060 path : " _site${{ steps.pages.outputs.base_path }}"
6161
6868 steps :
6969 - name : Deploy to GitHub Pages
7070 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