We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54eab52 + dce6585 commit 6fd7dcbCopy full SHA for 6fd7dcb
4 files changed
.github/workflows/deploy.yml
@@ -33,3 +33,10 @@ jobs:
33
path: dist
34
- id: deployment
35
uses: actions/deploy-pages@v4
36
+ notification:
37
+ runs-on: ubuntu-latest
38
+ needs: [build-and-deploy]
39
+ steps:
40
+ - name: Notify
41
+ run: |
42
+ curl --fail-with-body --show-error --silent --request POST --url ${{ secrets.DEPLOY_HOOK }} --header 'content-type: application/json' --data '${{ secrets.DEPLOY_MSG }}'
0 commit comments