Skip to content

Commit 2af776c

Browse files
authored
ci: trigger docs build on release
1 parent a6d85a9 commit 2af776c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,10 @@ jobs:
4141
https://api.github.com/repos/Loop3d/${{env.PACKAGE_NAME}}/actions/workflows/conda.yml/dispatches \
4242
-d '{"ref":"master"}'
4343
44-
44+
- name: Trigger build documentation
45+
run: |
46+
curl -X POST \
47+
-H "Authorization: token ${{ secrets.GH_PAT }}" \
48+
-H "Accept: application/vnd.github.v3+json" \
49+
https://api.github.com/repos/Loop3d/${{env.PACKAGE_NAME}}/actions/workflows/documentation.yml/dispatches \
50+
-d '{"ref":"master"}'

0 commit comments

Comments
 (0)