Skip to content

Commit

Permalink
chore: bump actions/deploy-pages to v4 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
matejglejtek authored Aug 6, 2024
1 parent 79f445d commit 08b8ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
name: github-pages
path: ./out
- name: Deploy Github Pages # Deploy to pages
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
id: deployment
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 08b8ae5

Please sign in to comment.