Skip to content

Commit f712008

Browse files
Deploy docs to GitHub Pages on release (#104)
Automatically publish documentation when a new release is created, ensuring docs stay in sync with published package versions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <[email protected]>
1 parent 038b702 commit f712008

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Deploy Documentation
22

33
on:
44
workflow_dispatch:
5-
# Future: Uncomment to auto-deploy on release
6-
# release:
7-
# types: [published]
5+
release:
6+
types: [published]
87

98
permissions:
109
contents: write

0 commit comments

Comments
 (0)