Skip to content

Commit

Permalink
Upgrade gh-pages deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis committed Apr 1, 2024
1 parent bb6460b commit 79545bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
yarn install --frozen-lockfile
yarn build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: build
token: ${{ secrets.ACCESS_TOKEN }}
branch: gh-pages
folder: build

0 comments on commit 79545bd

Please sign in to comment.