Skip to content

Commit 0da25c3

Browse files
committed
Fix build script
1 parent abdeeb4 commit 0da25c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
node-version: "22"
1616
- run: pnpm install
17-
- run: NUXT_APP_BASE_URL=/vue-split-panel/ pnpm -F docs nuxt build --preset github_pages
17+
- run: NUXT_APP_BASE_URL=/vue-split-panel/ pnpm -F docs build --preset github_pages
1818
env:
1919
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}
2020
- name: Upload artifact

0 commit comments

Comments
 (0)