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 32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- name : Checkout
35
- uses : actions/checkout@v3
35
+ uses : actions/checkout@v4
36
36
with :
37
37
submodules : true
38
38
- name : Setup Ruby
@@ -43,15 +43,15 @@ jobs:
43
43
cache-version : 1 # Increment this number if you need to re-download cached gems
44
44
- name : Setup Pages
45
45
id : pages
46
- uses : actions/configure-pages@v3
46
+ uses : actions/configure-pages@v5
47
47
- name : Build with Jekyll
48
48
# Outputs to the './_site' directory by default
49
49
run : ./init.sh && bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
50
50
env :
51
51
JEKYLL_ENV : production
52
52
- name : Upload artifact
53
53
# Automatically uploads an artifact from the './_site' directory by default
54
- uses : actions/upload-pages-artifact@v1
54
+ uses : actions/upload-pages-artifact@v3
55
55
56
56
# Deployment job
57
57
deploy :
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