Skip to content

Commit af4860f

Browse files
Blackman99claude
andcommitted
fix(ci): add workflow_dispatch and self-trigger for docs workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9899f09 commit af4860f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
name: Deploy Docs to GitHub Pages
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches: [main]
67
paths:
78
- 'docs/**'
89
- 'packages/**'
910
- 'examples/**'
11+
- '.github/workflows/docs.yml'
1012

1113
jobs:
1214
deploy:

0 commit comments

Comments
 (0)