Skip to content

Commit 5436405

Browse files
authored
Update build-gh-pages.yml
1 parent fefd468 commit 5436405

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/build-gh-pages.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@ permissions:
1414
contents: read
1515
pages: write
1616
id-token: write
17-
18-
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
19-
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
20-
concurrency:
21-
group: "pages"
22-
cancel-in-progress: false
23-
17+
2418
jobs:
2519
build:
2620
name: Generate a static build
@@ -51,6 +45,11 @@ jobs:
5145
url: ${{ steps.deployment.outputs.page_url }}
5246
runs-on: ubuntu-latest
5347
needs: build
48+
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
49+
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
50+
concurrency:
51+
group: "pages"
52+
cancel-in-progress: false
5453
steps:
5554
- name: Deploy to GitHub Pages
5655
id: deployment

0 commit comments

Comments
 (0)