1
0
Эх сурвалжийг харах

disable notification action

Aneurin Barker Snook 11 сар өмнө
parent
commit
7e90bae067

+ 13 - 13
.github/workflows/deploy-github-pages.yml

@@ -52,16 +52,16 @@ jobs:
         id: deployment
         uses: actions/deploy-pages@v4
 
-  # https://github.com/annybs/notify-discord
-  notify:
-    name: Notify Discord
-    uses: annybs/notify-discord@develop
-    needs: deploy
-    if: ${{ always() }}
-    with:
-      discord-webhook: ${{ secrets.DISCORD_WEBHOOK }}
-      repository: ${{ github.repository }}
-      result: ${{ needs.deploy.result }}
-      run_id: ${{ github.run_id }}
-      run_number: ${{ github.run_number }}
-      workflow: ${{ github.workflow }}
+  # # https://github.com/annybs/notify-discord
+  # notify:
+  #   name: Notify Discord
+  #   uses: annybs/notify-discord@develop
+  #   needs: deploy
+  #   if: ${{ always() }}
+  #   with:
+  #     discord-webhook: ${{ secrets.DISCORD_WEBHOOK }}
+  #     repository: ${{ github.repository }}
+  #     result: ${{ needs.deploy.result }}
+  #     run_id: ${{ github.run_id }}
+  #     run_number: ${{ github.run_number }}
+  #     workflow: ${{ github.workflow }}