Skip to content

Commit

Permalink
ci: fix perms
Browse files Browse the repository at this point in the history
  • Loading branch information
neolectron committed Aug 1, 2023
1 parent aaffa26 commit 2abad27
Show file tree
Hide file tree
Showing 2 changed files with 850 additions and 4,666 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
build-and-deploy:
name: main - Build and deploy
runs-on: ubuntu-latest
permissions: read-all
permissions:
contents: write
steps:
- name: cloning repo 🛎
uses: actions/checkout@v3
Expand Down Expand Up @@ -40,7 +41,7 @@ jobs:
run: pnpm build

- name: deploy to github pages 🚀
uses: JamesIves/github-pages-deploy-action@4.1.3
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist # The folder the action should deploy.
Loading

0 comments on commit 2abad27

Please sign in to comment.