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 664b950 commit ddc074fCopy full SHA for ddc074f
.github/workflows/deploy.yml
@@ -39,3 +39,17 @@ jobs:
39
- name: Deploy to GitHub Pages
40
id: deployment
41
uses: actions/deploy-pages@v4
42
+
43
+ announce-discord:
44
+ runs-on: ubuntu-latest
45
+ needs: deploy
46
+ steps:
47
+ - uses: actions/checkout@v3
48
+ - uses: SethCohen/github-releases-to-discord@v1.16.2
49
+ with:
50
+ webhook_url: ${{ secrets.ANNOUNCE_WEBHOOK_URL }}
51
+ color: '15299076'
52
+ content: |
53
+ ||@everyone|| Website Update:
54
+ Avalible at https://minecraft-essentials.github.io/
55
0 commit comments