Skip to content

Commit bb0ab76

Browse files
committed
Harden Pages deployment
1 parent 58f835a commit bb0ab76

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
concurrency:
1313
group: pages
14-
cancel-in-progress: false
14+
cancel-in-progress: true
1515

1616
jobs:
1717
build:
@@ -72,3 +72,5 @@ jobs:
7272
- name: Deploy to GitHub Pages
7373
id: deployment
7474
uses: actions/deploy-pages@v5
75+
with:
76+
timeout: 900000

0 commit comments

Comments
 (0)