Skip to content

Commit 89b9266

Browse files
author
craigraphics
committed
- update yml
1 parent 424c9be commit 89b9266

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
build-and-deploy:
1013
runs-on: ubuntu-latest
@@ -33,3 +36,4 @@ jobs:
3336
with:
3437
github_token: ${{ secrets.GITHUB_TOKEN }}
3538
publish_dir: ./dist
39+
force_orphan: true

0 commit comments

Comments
 (0)