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

zykkk 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 104ff31f024 (fix) delete download-scripts (#251)
104ff31f024 is described below

commit 104ff31f024bba24f17909a025ce3c94782e7555
Author: Jeffrey <[email protected]>
AuthorDate: Tue Jun 27 18:39:36 2023 +0800

    (fix) delete download-scripts (#251)
---
 .github/workflows/cron-deploy-website.yml   | 2 --
 .github/workflows/cron-generate-pdf.yml     | 3 +--
 .github/workflows/manual-deploy-website.yml | 2 --
 3 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/.github/workflows/cron-deploy-website.yml 
b/.github/workflows/cron-deploy-website.yml
index 27b642f351c..52c35bbbeff 100644
--- a/.github/workflows/cron-deploy-website.yml
+++ b/.github/workflows/cron-deploy-website.yml
@@ -56,8 +56,6 @@ jobs:
         touch build/.dummy
         cp .asf-site.yaml ./build/.asf.yaml
         cp versions.json ./build/
-        mkdir -p ./build/download-scripts/
-        cp -R doris/dist/download_scripts/* ./build/download-scripts/
         ls build
         export DORIS_COMMIT=`git rev-parse HEAD`
 
diff --git a/.github/workflows/cron-generate-pdf.yml 
b/.github/workflows/cron-generate-pdf.yml
index 4a9b72985f3..b05a90208e8 100644
--- a/.github/workflows/cron-generate-pdf.yml
+++ b/.github/workflows/cron-generate-pdf.yml
@@ -20,7 +20,7 @@ jobs:
       with:
         node-version: 16.14.0
 
-   - name: Generate PDF
+    - 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
@@ -28,7 +28,6 @@ jobs:
         cp *.pdf ./build-pdf/assets/files/
         ls ./build-pdf/assets/files/
 
-
     - name: Upload files to OSS
       uses: ./.github/actions/aliyun-oss-website-action
       with:
diff --git a/.github/workflows/manual-deploy-website.yml 
b/.github/workflows/manual-deploy-website.yml
index 135046d661f..435dcd0cc73 100644
--- a/.github/workflows/manual-deploy-website.yml
+++ b/.github/workflows/manual-deploy-website.yml
@@ -75,8 +75,6 @@ jobs:
         touch build/.dummy
         cp .asf-site.yaml ./build/.asf.yaml
         cp versions.json ./build/
-        mkdir -p ./build/download-scripts/
-        cp -R doris/dist/download_scripts/* ./build/download-scripts/
         ls build
         export DORIS_COMMIT=`git rev-parse HEAD`
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to