Skip to content

Commit 56dbab2

Browse files
committed
bugfix(docs): disable prim-tooltip for pdf builds
1 parent d2811d6 commit 56dbab2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/docs/scripts/generate-manual/build-html.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
source .env
33
source ${BASH_SOURCE%/*}/pdf-content
44

5-
DOCS_ENV_PDF=1 BUILD_LATEST=false ./scripts/generate.sh
5+
DOCS_ENV_PDF=1 NUXT_PRIM_TOOLTIP_DISABLED=1 BUILD_LATEST=false ./scripts/generate.sh

0 commit comments

Comments
 (0)