Skip to content

Commit d682858

Browse files
author
Andreas H. Kelch
committed
fix: update build command
1 parent ca1e9e1 commit d682858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: npm ci # or pnpm install / yarn install / bun install
4646
- name: Build with VitePress
4747
run: |
48-
npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
48+
npm run build # or pnpm build / yarn build / bun run build
4949
touch docs/.vitepress/dist/.nojekyll
5050
- name: Upload artifact
5151
uses: actions/upload-pages-artifact@v2

0 commit comments

Comments
 (0)