Skip to content

Commit 8cee691

Browse files
fix: remove the concurrency
constantly breaks
1 parent 09eb2e6 commit 8cee691

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ permissions:
1414
pages: write
1515
id-token: write
1616

17-
concurrency:
18-
group: "pages"
19-
cancel-in-progress: true
20-
2117
jobs:
2218
build:
2319
runs-on: ubuntu-latest
@@ -80,3 +76,4 @@ jobs:
8076
- name: Deploy to GitHub Pages
8177
id: deployment
8278
uses: actions/deploy-pages@v4
79+

0 commit comments

Comments
 (0)