We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1952d4e commit 4e37d65Copy full SHA for 4e37d65
1 file changed
.github/workflows/deploy-to-github-pages.yml
@@ -6,6 +6,10 @@ on:
6
pull_request:
7
branches: [master]
8
9
+concurrency:
10
+ group: deploy-gh-pages
11
+ cancel-in-progress: true
12
+
13
jobs:
14
deploy-to-github-pages:
15
name: "Deploy to GitHub Pages"
@@ -25,6 +29,6 @@ jobs:
25
29
- name: Build and deploy to GitHub Pages
26
30
run: |
27
31
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
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments