We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230b149 commit 7a6aeffCopy full SHA for 7a6aeff
.github/workflows/deploy-docs-preview.yaml
@@ -36,7 +36,7 @@ jobs:
36
run: npm ci
37
- name: Build with VitePress
38
if: github.event.action != 'closed'
39
- run: npm run docs:build --base=/docs/preview/${{ github.event.number }}
+ run: npm run docs:build --base=/docs/preview/pr-${{ github.event.number }}/
40
- name: Deploy preview
41
uses: rossjrw/pr-preview-action@v1
42
with:
.github/workflows/deploy-docs.yaml
@@ -42,7 +42,7 @@ jobs:
43
44
45
- run: npm run docs:build --base=/docs/dystore/
+ run: npm run docs:build --base=/dystore/
46
47
- name: Upload artifact
48
uses: actions/upload-pages-artifact@v3
0 commit comments