This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new c78724ad40c HBASE-30009 Copy ref guide pdfs to build output directory 
after building site (#7958)
c78724ad40c is described below

commit c78724ad40ce23d02943781bc77d0f3378c8161d
Author: Duo Zhang <[email protected]>
AuthorDate: Thu Mar 19 22:55:08 2026 +0800

    HBASE-30009 Copy ref guide pdfs to build output directory after building 
site (#7958)
    
    Co-authored-by: OpenCode MiMo V2 Pro Free
    
    Signed-off-by: Dávid Paksy <[email protected]>
---
 hbase-website/package.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/hbase-website/package.json b/hbase-website/package.json
index f4aee130573..c12bf7408f3 100644
--- a/hbase-website/package.json
+++ b/hbase-website/package.json
@@ -27,8 +27,9 @@
     "extract-all": "node scripts/extract-developers.js && node 
scripts/extract-hbase-config.js && node scripts/extract-hbase-version.js",
     "export-pdf": "playwright test e2e-tests/export-pdf.spec.ts 
--project=chromium --workers=1",
     "fumadocs-init": "fumadocs-mdx",
-    "ci": "npm run extract-all && npm run fumadocs-init && npm run lint && npm 
run typecheck && npm run test:unit:run && npm run build && npx playwright 
install && npm run test:e2e",
-    "ci-skip-tests": "npm run extract-all && npm run fumadocs-init && npm run 
build && npx playwright install && npm run export-pdf"
+    "copy-pdf-to-build": "cp -r public/books build/client",
+    "ci": "npm run extract-all && npm run fumadocs-init && npm run lint && npm 
run typecheck && npm run test:unit:run && npm run build && npx playwright 
install && npm run test:e2e && npm run copy-pdf-to-build",
+    "ci-skip-tests": "npm run extract-all && npm run fumadocs-init && npm run 
build && npx playwright install && npm run export-pdf && npm run 
copy-pdf-to-build"
   },
   "dependencies": {
     "@hookform/resolvers": "^3.10.0",

Reply via email to