Skip to content

Commit bcb1fa1

Browse files
aliencaocaoclaude
andcommitted
chore: update deps to latest; serialize Pages deployments
astro 7.1.6 -> 7.2.1 and refresh the lockfile, which pulls nanoid 3.3.18 and clears the open Dependabot advisory. mdx/tailwind were already latest. Verified with a clean local build. Add a `pages` concurrency group so a queued run waits instead of failing against an in-progress deployment. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 93e5a33 commit bcb1fa1

3 files changed

Lines changed: 579 additions & 602 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ permissions:
1010
pages: write
1111
id-token: write
1212

13+
# Allow one deployment at a time; queued runs wait instead of failing on an
14+
# in-progress deployment.
15+
concurrency:
16+
group: pages
17+
cancel-in-progress: false
18+
1319
jobs:
1420
build:
1521
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)