Skip to content

Commit

Permalink
[F] Update actions/configure-pages
Browse files Browse the repository at this point in the history
?
  • Loading branch information
sauricat authored Sep 11, 2024
1 parent 3fe9a2e commit d63a753
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 @@ -45,7 +45,7 @@ jobs:

- name: Setup Pages
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5
- name: Upload artifact
if: ${{ github.ref == 'refs/heads/main' }}
uses: actions/upload-pages-artifact@v1
Expand All @@ -54,4 +54,4 @@ jobs:
- name: Deploy to GitHub Pages
if: ${{ github.ref == 'refs/heads/main' }}
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit d63a753

Please sign in to comment.