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 9efdab0 commit d4286a9Copy full SHA for d4286a9
.github/workflows/deploy-vitepress-docs.yaml
@@ -2,12 +2,8 @@
2
name: Deploy VitePress site to gh-pages
3
4
on:
5
- # Runs on pushes targeting the `main` branch. Change this to `master` if you're
6
- # using the `master` branch as the default branch.
7
push:
8
branches: [main]
9
-
10
- # Allows you to run this workflow manually from the Actions tab
11
workflow_dispatch:
12
13
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
0 commit comments