File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 40
40
cache-version : 0 # Increment this number if you need to re-download cached gems
41
41
- name : Setup Pages
42
42
id : pages
43
- uses : actions/configure-pages@v2
43
+ uses : actions/configure-pages@v5
44
44
- name : Build with Jekyll
45
45
# Outputs to the './_site' directory by default
46
46
run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
Original file line number Diff line number Diff line change 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@v2
44
+ uses : actions/configure-pages@v5
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 }}"
You can’t perform that action at this time.
0 commit comments