You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@paimon.apache.org by cz...@apache.org on 2023/03/17 12:38:52 UTC

[incubator-paimon-website] 01/02: Temporarily disable docs/latest until 0.4 releases

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

czweng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon-website.git

commit 970335c825d09e46e5e1297e6a6b419b6ee354e8
Author: tsreaper <ts...@gmail.com>
AuthorDate: Fri Mar 17 19:59:46 2023 +0800

    Temporarily disable docs/latest until 0.4 releases
---
 .github/workflows/build.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index bd8122a..56519ee 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,7 +16,7 @@
 name: "Build website and document"
 
 env:
-  versions: ("master" "0.3") # defines what versions of document should be updated
+  versions: ("master") # defines what versions of document should be updated
   latest_version: "0.3" # defines what version docs/latest links to
 
 on:
@@ -78,11 +78,11 @@ jobs:
             cd "$current_dir"
           done
 
-      - name: Copy latest version
-        run: |
-          latest_version=${{ env.latest_version }}
-          rm -rf docs/latest
-          cp -r docs/"$latest_version" docs/latest
+      # - name: Copy latest version
+      #   run: |
+      #     latest_version=${{ env.latest_version }}
+      #     rm -rf docs/latest
+      #     cp -r docs/"$latest_version" docs/latest
 
       - name: Push to github
         run: |