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 bebbc41 commit 282b738Copy full SHA for 282b738
.github/workflows/notify-discord.yml
@@ -1,16 +1,19 @@
1
+name: Notify Discord
2
+
3
on:
4
push:
5
branches:
6
- gh-pages
7
workflow_dispatch:
8
9
jobs:
- github-releases-to-discord:
10
+ notify-discord:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v3
- - name: Github Releases To Discord
15
16
+ - name: Notify Discord
17
uses: SethCohen/github-releases-to-discord@v1.13.1
18
with:
19
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}
.github/workflows/update-docs.yml
@@ -1,4 +1,4 @@
-name: Deploy MkDocs to GitHub Pages
+name: Update Docs
@@ -11,7 +11,7 @@ permissions:
id-token: write
- deploy:
+ update-docs:
0 commit comments