Skip to content

Commit

Permalink
build: Update version of actions/deploy-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jessieweiyi committed Feb 6, 2025
1 parent b822a33 commit afd123f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
with:
artifact_name: "github-pages"
uses: actions/deploy-pages@v4
release:
needs: deploy
runs-on: ubuntu-latest
Expand Down

0 comments on commit afd123f

Please sign in to comment.