Serialize GitHub Pages deployments to avoid concurrent deploy failures

This commit is contained in:
Calixte Denizet 2026-07-02 18:48:09 +02:00
parent 614349086b
commit 6f2dcd3955

View File

@ -6,6 +6,12 @@ on:
permissions:
contents: read
# Allow only one concurrent deployment, without cancelling in-progress runs, so
# that an in-flight Pages deployment is allowed to finish before the next starts.
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
build:
name: Build