Skip to content

Commit d7f0be0

Browse files
Mazyodclaude
andcommitted
fix: align playground workflow with GitHub Pages template
Add configure-pages action and set cancel-in-progress to false to avoid interrupting production deployments. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d4b208e commit d7f0be0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/playground.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
concurrency:
1717
group: "pages"
18-
cancel-in-progress: true
18+
cancel-in-progress: false
1919

2020
jobs:
2121
build:
@@ -32,6 +32,9 @@ jobs:
3232
cache: npm
3333
cache-dependency-path: playground/package-lock.json
3434

35+
- name: Setup Pages
36+
uses: actions/configure-pages@v5
37+
3538
- run: npm ci
3639
- run: npm run build
3740

0 commit comments

Comments
 (0)