Skip to content

Commit 1b66ad3

Browse files
committed
Build packages before deploy
1 parent 3629816 commit 1b66ad3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
with:
1515
node-version: "22"
1616
- run: pnpm install
17+
- run: pnpm -F packages/* build
1718
- run: NUXT_APP_BASE_URL=/vue-split-panel/ pnpm -F docs build --preset github_pages
1819
env:
1920
NUXT_UI_PRO_LICENSE: ${{ secrets.NUXT_UI_PRO_LICENSE }}

docs/nuxt.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default defineNuxtConfig({
33
modules: [],
44
css: ['@directus/vue-split-panel/index.css'],
55
compatibilityDate: '2025-07-18',
6-
ui: {
7-
safelist: ['red', 'green']
8-
}
6+
robots: {
7+
robotsTxt: false
8+
},
99
});

0 commit comments

Comments
 (0)