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 76e3dd1 commit a51466aCopy full SHA for a51466a
.github/workflows/deploy.yml
@@ -1,9 +1,10 @@
1
-name: Deploy VuePress Site
+name: Deploy Website
2
3
on:
4
push:
5
branches:
6
- master # Change this to your default branch
7
+ workflow_dispatch:
8
9
jobs:
10
build-deploy:
0 commit comments