File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 # Runs on pushes targeting the `main` branch. Change this to `master` if you're
77 # using the `master` branch as the default branch.
88 push :
9- branches : [main ]
9+ branches : [vitepress ]
1010
1111 # Allows you to run this workflow manually from the Actions tab
1212 workflow_dispatch :
4646 - name : Install dependencies
4747 run : npm ci # or pnpm install / yarn install / bun install
4848 - name : Build with VitePress
49- run : npm run docs: build # or pnpm docs:build / yarn docs:build / bun run docs:build
49+ run : npm run build # or pnpm docs:build / yarn docs:build / bun run docs:build
5050 - name : Upload artifact
5151 uses : actions/upload-pages-artifact@v3
5252 with :
6363 steps :
6464 - name : Deploy to GitHub Pages
6565 id : deployment
66- uses : actions/deploy-pages@v4
66+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments