Skip to content

Commit 0a23771

Browse files
committed
Ignore docs
1 parent 1b66ad3 commit 0a23771

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: pnpm -F packages/* build
17+
- run: pnpm -F '!docs' build
1818
- run: NUXT_APP_BASE_URL=/vue-split-panel/ pnpm -F docs build --preset github_pages
1919
env:
2020
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}

0 commit comments

Comments
 (0)