Skip to content

Commit

Permalink
Patch deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis committed Apr 1, 2024
1 parent 79545bd commit 3731d0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build and Deploy
on:
release:
types: [published]
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand All @@ -24,6 +26,5 @@ jobs:
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
token: ${{ secrets.ACCESS_TOKEN }}
branch: gh-pages
folder: build

0 comments on commit 3731d0a

Please sign in to comment.