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 abdeeb4 commit 0da25c3Copy full SHA for 0da25c3
.github/workflows/deploy-docs.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
node-version: "22"
16
- run: pnpm install
17
- - run: NUXT_APP_BASE_URL=/vue-split-panel/ pnpm -F docs nuxt build --preset github_pages
+ - run: NUXT_APP_BASE_URL=/vue-split-panel/ pnpm -F docs build --preset github_pages
18
env:
19
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}
20
- name: Upload artifact
0 commit comments