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

haonan pushed a commit to branch HTHou-patch-1
in repository https://gitbox.apache.org/repos/asf/tsfile.git

commit 082c205bd8c6bb785a555b40f7d2534bddfadb7e
Author: Haonan <[email protected]>
AuthorDate: Thu Mar 14 10:56:39 2024 +0800

    Auto deploy website
---
 .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