Skip to content

Commit 011f4e6

Browse files
committed
ci: fix GitHub Pages deployment configuration
- Update trigger branch from main to master to match repository default - Resolve deployment branch protection error by using correct branch name - Allow VitePress site deployment to proceed without branch restrictions
1 parent 42644a4 commit 011f4e6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
name: Deploy VitePress site to Pages
44

55
on:
6-
# Runs on pushes targeting the `main` branch. Change this to `master` if you're
7-
# using the `master` branch as the default branch.
6+
# Runs on pushes targeting the `master` branch.
87
push:
9-
branches: [main]
8+
branches: [master]
109

1110
# Allows you to run this workflow manually from the Actions tab
1211
workflow_dispatch:

0 commit comments

Comments
 (0)