Commit 9957117 1 parent bd52aa3 commit 9957117 Copy full SHA for 9957117
File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,15 @@ jobs:
41
41
cache-version : 0 # Increment this number if you need to re-download cached gems
42
42
- name : Setup Pages
43
43
id : pages
44
- uses : actions/configure-pages@v3
44
+ uses : actions/configure-pages@v4
45
45
- name : Build with Jekyll
46
46
# Outputs to the './_site' directory by default
47
47
run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
48
48
env :
49
49
JEKYLL_ENV : production
50
50
- name : Upload artifact
51
51
# Automatically uploads an artifact from the './_site' directory by default
52
- uses : actions/upload-pages-artifact@v2
52
+ uses : actions/upload-pages-artifact@v3
53
53
54
54
# Deployment job
55
55
deploy :
61
61
steps :
62
62
- name : Deploy to GitHub Pages
63
63
id : deployment
64
- uses : actions/deploy-pages@v2
64
+ uses : actions/deploy-pages@v4
65
+
You can’t perform that action at this time.
0 commit comments