Skip to content

Commit 7a6aeff

Browse files
committed
update actions
1 parent 230b149 commit 7a6aeff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-docs-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: npm ci
3737
- name: Build with VitePress
3838
if: github.event.action != 'closed'
39-
run: npm run docs:build --base=/docs/preview/${{ github.event.number }}
39+
run: npm run docs:build --base=/docs/preview/pr-${{ github.event.number }}/
4040
- name: Deploy preview
4141
uses: rossjrw/pr-preview-action@v1
4242
with:

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: npm ci
4343

4444
- name: Build with VitePress
45-
run: npm run docs:build --base=/docs/dystore/
45+
run: npm run docs:build --base=/dystore/
4646

4747
- name: Upload artifact
4848
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)