Skip to content

Commit 85567fb

Browse files
author
Oussama
committed
fix: force pages deploy branch updates
1 parent c8a7eb5 commit 85567fb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
permissions:
1111
contents: write
1212

13+
concurrency:
14+
group: github-pages
15+
cancel-in-progress: true
16+
1317
jobs:
1418
build-and-deploy:
1519
runs-on: ubuntu-latest
@@ -43,3 +47,5 @@ jobs:
4347
with:
4448
github_token: ${{ secrets.GITHUB_TOKEN }}
4549
publish_dir: website/dist
50+
publish_branch: gh-pages
51+
force_orphan: true

0 commit comments

Comments
 (0)