This is an automated email from the ASF dual-hosted git repository.
luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 4d7020eaba6 Update manual-deploy-website.yml (#205)
4d7020eaba6 is described below
commit 4d7020eaba62bf5b8fd1f26b7ccf0867825b70d9
Author: Jeffrey <[email protected]>
AuthorDate: Fri Mar 3 16:24:49 2023 +0800
Update manual-deploy-website.yml (#205)
---
.github/workflows/manual-deploy-website.yml | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/.github/workflows/manual-deploy-website.yml
b/.github/workflows/manual-deploy-website.yml
index 74b15bec4b9..0740565bfd0 100644
--- a/.github/workflows/manual-deploy-website.yml
+++ b/.github/workflows/manual-deploy-website.yml
@@ -62,14 +62,6 @@ jobs:
ls build
export DORIS_COMMIT=`git rev-parse HEAD`
- - name: Generate PDF
- run: |
- npx vitpress-generate-pdf
--initialDocURLs="https://doris.apache.org/docs/dev/get-starting/"
--paginationSelector=".pagination-nav__link--next" --contentSelector="article"
--coverImage="https://cdn.selectdb.com/static/doris_logo_512_4903556647.png"
--coverTitle="Apache Doris Docs (English)" --outputPDFFilename="Apache Doris
Docs (English).pdf" --tocOnlyH1=true
- npx vitpress-generate-pdf
--initialDocURLs="https://doris.apache.org/zh-CN/docs/dev/get-starting/"
--paginationSelector=".pagination-nav__link--next" --contentSelector="article"
--coverImage="https://cdn.selectdb.com/static/doris_logo_512_4903556647.png"
--coverTitle="Apache Doris Docs (中文)" --outputPDFFilename="Apache Doris Docs
(中文).pdf" --tocOnlyH1=true
- mkdir -p ./build/assets/files/
- cp *.pdf ./build/assets/files/
- ls ./build/assets/files/
-
- name: Upload files to OSS
uses: ./.github/actions/aliyun-oss-website-action
with:
@@ -79,9 +71,6 @@ jobs:
# use your own endpoint
endpoint: ${{ secrets.ALIYUN_OSS_ENDPOINT }}
folder: build
-
- - name: Remove pdf
- run: rm -rf ./build/assets/files/*.pdf
- name: Deploy Website
if: ${{ github.event.inputs.branch == 'master' }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]