Skip to content

Commit 230b149

Browse files
committed
update action
1 parent c2e4a9f commit 230b149

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,23 @@ jobs:
2727
uses: actions/checkout@v4
2828
with:
2929
fetch-depth: 0
30+
3031
- name: Setup Node
3132
uses: actions/setup-node@v4
3233
with:
3334
node-version: 20
3435
cache: npm
3536
cache-dependency-path: "./docs/package-lock.json"
37+
3638
- name: Setup Pages
3739
uses: actions/configure-pages@v4
40+
3841
- name: Install dependencies
3942
run: npm ci
43+
4044
- name: Build with VitePress
41-
run: npm run docs:build --base=/dystore/
45+
run: npm run docs:build --base=/docs/dystore/
46+
4247
- name: Upload artifact
4348
uses: actions/upload-pages-artifact@v3
4449
with:

0 commit comments

Comments
 (0)