Skip to content

Commit b5574a1

Browse files
committed
Merge branch 'master' of github.com:Loop3D/LoopStructural
2 parents 640e634 + 2af776c commit b5574a1

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)