File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 working-directory : ./docs
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v3
36+ uses : actions/checkout@v4
3737 - name : Setup Ruby
3838 uses : ruby/setup-ruby@v1
3939 with :
@@ -46,15 +46,15 @@ jobs:
4646 JEKYLL_ENV : production
4747 - name : Setup Pages
4848 id : pages
49- uses : actions/configure-pages@v3
49+ uses : actions/configure-pages@v4
5050 - name : Build with Jekyll
5151 # Outputs to the './_site' directory by default
5252 run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
5353 env :
5454 JEKYLL_ENV : production
5555 - name : Upload artifact
5656 # Automatically uploads an artifact from the 'docs/_site' directory by default
57- uses : actions/upload-pages-artifact@v2
57+ uses : actions/upload-pages-artifact@v3
5858 with :
5959 path : docs/_site/
6060
You can’t perform that action at this time.
0 commit comments