We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 640e634 + 2af776c commit b5574a1Copy full SHA for b5574a1
.github/workflows/release-please.yml
@@ -41,4 +41,10 @@ jobs:
41
https://api.github.com/repos/Loop3d/${{env.PACKAGE_NAME}}/actions/workflows/conda.yml/dispatches \
42
-d '{"ref":"master"}'
43
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