We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 773d303 commit 1f33484Copy full SHA for 1f33484
1 file changed
.github/workflows/deploy.yml
@@ -47,3 +47,15 @@ jobs:
47
- name: Deploy to GitHub Pages
48
id: deployment
49
uses: actions/deploy-pages@v4
50
+
51
+ - name: Notification
52
+ uses: sarisia/actions-status-discord@v1
53
+ if: always()
54
+ with:
55
+ webhook: ${{ secrets.DISCORD_WEBHOOK }}
56
+ status: ${{ job.status }}
57
+ title: "deploy"
58
+ description: "Deploy to GitHub Pages"
59
+ color: 0x0000ff
60
+ url: "https://friskthefallenhuman.github.io/idtecharchives/"
61
+ username: GitHub Web Deployment
0 commit comments