Skip to content

Commit 0b2712d

Browse files
committed
ci(docs): trigger Pages build on feature branch for debugging
Adds the docusaurus feature branch to the push trigger so the workflow runs automatically on each push, allowing the build to be verified before merge. Remove after merging to main. https://claude.ai/code/session_011UQT9Yu7T3U3393WiDXemb
1 parent de00fb9 commit 0b2712d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docusaurus-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Docusaurus docs site to GitHub Pages
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ["main", "claude/docusaurus-dark-light-theme-4BT5j"]
66
paths:
77
- "docs/**"
88
- ".github/workflows/docusaurus-gh-pages.yml"

0 commit comments

Comments
 (0)