Skip to content

Commit e890865

Browse files
committed
ci: trigger docs rebuild after release
1 parent e594931 commit e890865

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,12 @@ jobs:
5353
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5454
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5555
run: pnpm exec semantic-release
56+
57+
- name: Trigger docs rebuild
58+
if: success()
59+
run: |
60+
curl -X POST \
61+
-H "Accept: application/vnd.github.v3+json" \
62+
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
63+
https://api.github.com/repos/framersai/agentos-live-docs/dispatches \
64+
-d '{"event_type":"docs-rebuild"}' || true

0 commit comments

Comments
 (0)