Skip to content

Commit 56de246

Browse files
committed
fix: cancel in-progress docs deployments to avoid duplicate artifacts
1 parent 2d1f312 commit 56de246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 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: false
18+
cancel-in-progress: true
1919

2020
jobs:
2121
build:

0 commit comments

Comments
 (0)