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

haonan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git


The following commit(s) were added to refs/heads/develop by this push:
     new 919e7517 Auto deploy website (#49)
919e7517 is described below

commit 919e751718a0a3a8273f141b65c1f7e4f2cb31e3
Author: Haonan <[email protected]>
AuthorDate: Thu Mar 14 11:03:39 2024 +0800

    Auto deploy website (#49)
---
 .github/workflows/site-build.yaml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/site-build.yaml 
b/.github/workflows/site-build.yaml
index fceeabbb..35523dd8 100644
--- a/.github/workflows/site-build.yaml
+++ b/.github/workflows/site-build.yaml
@@ -83,12 +83,12 @@ jobs:
           pnpm run docs:build
           > src/.vuepress/dist/.nojekyll
 
-      # - name: Deploy website
-      #   env:
-      #     TSFILE_WEBSITE_BUILD: ${{ secrets.TSFILE_WEBSITE_BUILD }}
-      #   run: |
-      #     cd docs
-      #     git config --global 
url."https://asf-ci-deploy:[email protected]/apache/".insteadOf 
"https://github.com/apache/";
-      #     git config --global user.name github-actions
-      #     git config --global user.email 
41898282+github-actions[bot]@users.noreply.github.com
-      #     npm run deploy
+      - name: Deploy website
+        env:
+          TSFILE_WEBSITE_BUILD: ${{ secrets.TSFILE_WEBSITE_BUILD }}
+        run: |
+          cd docs
+          git config --global 
url."https://asf-ci-deploy:[email protected]/apache/".insteadOf 
"https://github.com/apache/";
+          git config --global user.name github-actions
+          git config --global user.email 
41898282+github-actions[bot]@users.noreply.github.com
+          npm run deploy

Reply via email to