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.
1 parent a6d85a9 commit 2af776cCopy full SHA for 2af776c
.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