File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
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
62
62
# bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href
63
63
64
64
- name : Upload site artifact
65
- uses : actions/upload-pages-artifact@v3.0.1
65
+ uses : actions/upload-pages-artifact@v3
66
66
with :
67
- name : site-artifact
68
67
path : " _site${{ steps.pages.outputs.base_path }}"
69
68
70
69
deploy :
74
73
runs-on : ubuntu-latest
75
74
needs : build
76
75
steps :
77
- - name : Downloadsite artifact
78
- uses : actions/download-artifact@v4
79
- with :
80
- name : site-artifact
81
- path : _site
82
76
- name : Deploy to GitHub Pages
83
77
id : deployment
84
- uses : actions/deploy-pages@v3
78
+ uses : actions/deploy-pages@v1
You can’t perform that action at this time.
0 commit comments