Skip to content

Commit

Permalink
Fix website deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebuilds-signal committed Jul 3, 2024
1 parent 136ab85 commit c366447
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand All @@ -21,8 +23,6 @@ jobs:
- name: Build
run: npm run build:example
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@v4
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: example-dist
folder: example-dist

0 comments on commit c366447

Please sign in to comment.