Skip to content

Commit

Permalink
fix: Use actions/deploy-pages@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverRainZ committed Feb 2, 2024
1 parent 27f1b67 commit ae5194c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ runs:

- id: deployment
name: Deploy to GitHub Pages
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
if: ${{ inputs.publish == 'true' }}

0 comments on commit ae5194c

Please sign in to comment.