Skip to content

Commit 070d54c

Browse files
committed
Add Webhook to Build
1 parent 43a6593 commit 070d54c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dev.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
with:
2525
build: "npm run build"
2626
path: ".vitepress/dist"
27+
secrets:
28+
webhook: ${{ secrets.DISCORD_WEBHOOK }}
2729

2830
deploy:
2931
name: "Deploy"

0 commit comments

Comments
 (0)