This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch doc-clean-up in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit ea086900ad59260b86f276ca897e601466bfec2c Author: tomsun28 <[email protected]> AuthorDate: Sat Apr 13 13:28:05 2024 +0800 [improve] initial doc clean up Signed-off-by: tomsun28 <[email protected]> --- .github/workflows/doc-pdf-builder.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/doc-pdf-builder.yml b/.github/workflows/doc-pdf-builder.yml index 48b589de7..805d4f7bf 100644 --- a/.github/workflows/doc-pdf-builder.yml +++ b/.github/workflows/doc-pdf-builder.yml @@ -33,10 +33,10 @@ jobs: yes "" | sudo ./install.sh - name: Build CN PDF - run: npx docusaurus-prince-pdf -u https://hertzbeat.com/zh-cn/docs --output docs-cn.pdf + run: npx docusaurus-prince-pdf -u https://hertzbeat.apache.org/zh-cn/docs --output docs-cn.pdf - name: Build EN PDF - run: npx docusaurus-prince-pdf -u https://hertzbeat.com/docs --output docs-en.pdf + run: npx docusaurus-prince-pdf -u https://hertzbeat.apache.org/docs --output docs-en.pdf - name: Upload results uses: actions/upload-artifact@v3 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
