File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
31
with :
32
32
fetch-depth : 0
33
33
# submodules: true
@@ -42,15 +42,15 @@ jobs:
42
42
43
43
- name : Setup Pages
44
44
id : pages
45
- uses : actions/configure-pages@v3
45
+ uses : actions/configure-pages@v5
46
46
47
47
- name : Build site
48
48
run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
49
49
env :
50
50
JEKYLL_ENV : " production"
51
51
52
52
- name : Upload site artifact
53
- uses : actions/upload-pages-artifact@v1
53
+ uses : actions/upload-pages-artifact@v3
54
54
with :
55
55
path : " _site${{ steps.pages.outputs.base_path }}"
56
56
63
63
steps :
64
64
- name : Deploy to GitHub Pages
65
65
id : deployment
66
- uses : actions/deploy-pages@v2
66
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments