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

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new d557185  update
d557185 is described below

commit d557185eedd1e54af0e223076cfc876e782e4ebe
Author: LiLi <[email protected]>
AuthorDate: Wed Feb 23 15:11:00 2022 +0800

    update
    
    Signed-off-by: LiLi <[email protected]>
---
 .github/workflows/ci-pulsar-website-next-build.yaml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/ci-pulsar-website-next-build.yaml 
b/.github/workflows/ci-pulsar-website-next-build.yaml
index 356cac3..79a4827 100644
--- a/.github/workflows/ci-pulsar-website-next-build.yaml
+++ b/.github/workflows/ci-pulsar-website-next-build.yaml
@@ -98,9 +98,11 @@ jobs:
           NEXT_CROWDIN_DOCUSAURUS_PROJECT_ID: ${{ 
secrets.NEXT_CROWDIN_DOCUSAURUS_PROJECT_ID }}
           NEXT_CROWDIN_DOCUSAURUS_API_TOKEN: ${{ 
secrets.NEXT_CROWDIN_DOCUSAURUS_API_TOKEN }}
         run: |
-          cd site2/website-next
-          yarn install
-          yarn download
+          echo "project id: "$NEXT_CROWDIN_DOCUSAURUS_PROJECT_ID
+          echo "api token: "$NEXT_CROWDIN_DOCUSAURUS_API_TOKEN
+          # cd site2/website-next
+          # yarn install
+          # yarn download
           # export CROWDIN_DOCUSAURUS_PROJECT_ID=apache-pulsar
           # echo "Copying swagger json file ..."
           # mkdir -p site2/website-next/static/swagger/master/

Reply via email to