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 5002499 commit ae223d2Copy full SHA for ae223d2
.github/workflows/preview.yml
@@ -36,8 +36,8 @@ jobs:
36
- if: github.event.action != 'closed'
37
run: |
38
npm install
39
- npm run build -- --base /pr-preview/pr-${{ github.event.number }}/
+ npm run docs:build -- --base /pr-preview/pr-${{ github.event.number }}/
40
- name: Deploy preview
41
uses: rossjrw/pr-preview-action@v1
42
with:
43
- source-dir: .vitepress/dist/
+ source-dir: .vitepress/dist/
0 commit comments