Skip to content

Commit 36cfd02

Browse files
committed
Merge branch 'vitepress' of https://github.com/DreamCloud-Development/fiches.me into vitepress
2 parents 9514b2c + d0d3dfa commit 36cfd02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
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:
@@ -46,7 +46,7 @@ jobs:
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:
@@ -63,4 +63,4 @@ jobs:
6363
steps:
6464
- name: Deploy to GitHub Pages
6565
id: deployment
66-
uses: actions/deploy-pages@v4
66+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)