We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d6264 commit cea2feeCopy full SHA for cea2fee
.github/workflows/deploy-main.yml
@@ -51,4 +51,10 @@ jobs:
51
git push origin gh-pages
52
else
53
echo "No changes to commit"
54
- fi
+ fi
55
+ - name: Trigger another workflow
56
+ run: |
57
+ curl -X POST -H "Accept: application/vnd.github.v3+json" \
58
+ -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
59
+ https://api.github.com/repos/${{ github.repository }}/dispatches \
60
+ -d '{"event_type":"deploy_completed"}'
0 commit comments