don't use artifacts v4
https://github.blog/changelog/2023-12-14-github-actions-artifacts-v4-is-now-generally-available
This commit is contained in:
parent
ef5e3361cd
commit
36db7dd37d
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -202,7 +202,7 @@ jobs:
|
||||
|
||||
# Create a gh-pages artifact in order to deploy to gh-pages.
|
||||
- name: Upload GitHub Pages artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
with:
|
||||
# Path of the directory containing the static assets for our gh pages deployment.
|
||||
path: ${{ env.DEPLOY_DIR }} # optional, default is _site/
|
||||
@ -234,4 +234,4 @@ jobs:
|
||||
# Deployment to github pages
|
||||
- name: Deploy GitHub Pages site
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
||||
uses: actions/deploy-pages@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user