Skip to content

Commit

Permalink
don't use artifacts v4
Browse files Browse the repository at this point in the history
  • Loading branch information
bates64 committed Dec 20, 2023
1 parent ef5e336 commit 36db7dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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

0 comments on commit 36db7dd

Please sign in to comment.