Skip to content

Commit 282b738

Browse files
committed
chore: tidy
1 parent bebbc41 commit 282b738

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/notify-discord.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1+
name: Notify Discord
2+
13
on:
24
push:
35
branches:
46
- gh-pages
57
workflow_dispatch:
68

79
jobs:
8-
github-releases-to-discord:
10+
notify-discord:
911
runs-on: ubuntu-latest
1012
steps:
1113
- name: Checkout
1214
uses: actions/checkout@v3
13-
- name: Github Releases To Discord
15+
16+
- name: Notify Discord
1417
uses: SethCohen/github-releases-to-discord@v1.13.1
1518
with:
1619
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}

.github/workflows/update-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy MkDocs to GitHub Pages
1+
name: Update Docs
22

33
on:
44
push:
@@ -11,7 +11,7 @@ permissions:
1111
id-token: write
1212

1313
jobs:
14-
deploy:
14+
update-docs:
1515
runs-on: ubuntu-latest
1616

1717
steps:

0 commit comments

Comments
 (0)