diff --git a/.github/workflows/yetus-general-check.yml b/.github/workflows/yetus-general-check.yml index ecaf94c19424..b6892bc3b0f8 100644 --- a/.github/workflows/yetus-general-check.yml +++ b/.github/workflows/yetus-general-check.yml @@ -36,6 +36,16 @@ jobs: YETUS_VERSION: '0.15.0' steps: + - name: Install Playwright dependencies + run: npx playwright install-deps + + - name: Install Playwright dependencies 2 + run: | + sudo apt-get install libxcb-shm0 libx11-xcb1 libx11-6 libxcb1 libxext6 libxrandr2 \ + libxcomposite1 libxcursor1 libxdamage1 libxfixes3 libxi6 libgtk-3-0 libpangocairo-1.0-0 \ + libpango-1.0-0 libatk1.0-0 libcairo-gobject2 libcairo2 libgdk-pixbuf-2.0-0 libglib2.0-0 \ + libxrender1 libasound2t64 libfreetype6 libfontconfig1 libdbus-1-3 + - name: Checkout HBase uses: actions/checkout@v4 with: diff --git a/hbase-website/public/book.html b/hbase-website/public/book.html index b01ddbef8b4a..af9000fbc8f0 100644 --- a/hbase-website/public/book.html +++ b/hbase-website/public/book.html @@ -1,3 +1,22 @@ + @@ -50336,4 +50355,4 @@

-
\ No newline at end of file +
diff --git a/pom.xml b/pom.xml index ab87e9fabe8f..f384710edd0d 100644 --- a/pom.xml +++ b/pom.xml @@ -2130,6 +2130,12 @@ **/src/main/resources/hbase-webapps/static/*/bootstrap* **/hbase-webapps/static/js/vega*.min.js + + **/public/old-book-static-files/coderay-asciidoctor.css + + **/public/old-book-static-files/hbase.css + + **/public/old-book-static-files/font-awesome.css **/*.vm @@ -2153,6 +2159,8 @@ **/CC-MAIN-2021-10-warc.paths.gz **/*.json + + **/*.mdx @@ -2895,6 +2903,7 @@ **/dependency-reduced-pom.xml **/.idea/** **/node_modules/** + **/hbase-default.md