Skip to content

Commit 4e37d65

Browse files
committed
Update deploy script
1 parent 1952d4e commit 4e37d65

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/deploy-to-github-pages.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
pull_request:
77
branches: [master]
88

9+
concurrency:
10+
group: deploy-gh-pages
11+
cancel-in-progress: true
12+
913
jobs:
1014
deploy-to-github-pages:
1115
name: "Deploy to GitHub Pages"
@@ -25,6 +29,6 @@ jobs:
2529
- name: Build and deploy to GitHub Pages
2630
run: |
2731
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
28-
bun run deploy -- -u "github-actions-bot <support+actions@github.com>"
32+
bun run deploy -- -u "github-actions-bot <support+actions@github.com>" -f
2933
env:
3034
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)