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 43a6593 commit 070d54cCopy full SHA for 070d54c
.github/workflows/dev.yaml
@@ -24,6 +24,8 @@ jobs:
24
with:
25
build: "npm run build"
26
path: ".vitepress/dist"
27
+ secrets:
28
+ webhook: ${{ secrets.DISCORD_WEBHOOK }}
29
30
deploy:
31
name: "Deploy"
0 commit comments