File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ jobs:
4646 cache-version : 0 # Increment this number if you need to re-download cached gems
4747 - name : Setup Pages
4848 id : pages
49- uses : actions/configure-pages@v3
49+ uses : actions/configure-pages@v5
5050 - run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" # defaults output to '/_site'
5151 env :
5252 JEKYLL_ENV : production
5353 - name : Upload artifact
54- uses : actions/upload-pages-artifact@v1 # This will automatically upload an artifact from the '/_site' directory
54+ uses : actions/upload-pages-artifact@v3 # This will automatically upload an artifact from the '/_site' directory
5555 - name : Deploy to GitHub Pages
5656 id : deployment
5757 uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments