Skip to content

Commit b63f182

Browse files
committed
docs: fix github pages
1 parent fd4ccac commit b63f182

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/github-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
name: Build Docusaurus
10+
name: Build Docs
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414
"test": "vitest run",
1515
"test:watch": "vitest watch",
1616
"test:coverage": "vitest run --coverage",
17-
"website": "cd website && pnpm start",
18-
"website:build": "cd website && pnpm build",
17+
"docs": "pnpm build && cd docs && pnpm dev",
18+
"docs:build": "pnpm build && cd docs && pnpm build",
19+
"docs:serve": "cd docs && pnpm preview",
1920
"dev": "pnpm test:watch"
2021
},
2122
"keywords": [

0 commit comments

Comments
 (0)