Skip to content

Commit 9d7cdfe

Browse files
committed
fix
1 parent ffeca07 commit 9d7cdfe

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@ permissions:
1111
pages: write
1212
id-token: write
1313

14-
concurrency:
15-
group: "pages"
16-
cancel-in-progress: false
17-
1814
jobs:
1915
build-and-deploy:
2016
runs-on: ubuntu-latest
17+
concurrency:
18+
group: "pages"
19+
cancel-in-progress: false
2120

2221
steps:
2322
- name: Checkout

0 commit comments

Comments
 (0)