This is an automated email from the ASF dual-hosted git repository. ethanfeng pushed a commit to branch fix-path-error in repository https://gitbox.apache.org/repos/asf/incubator-celeborn-website.git
commit 78ad32694e14a71dd59c5f567efc629e1881cca3 Author: mingji <[email protected]> AuthorDate: Thu Nov 23 10:53:46 2023 +0800 Fix docs path error --- .github/workflows/site.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/site.yaml b/.github/workflows/site.yaml index 7329a96..877b5d0 100644 --- a/.github/workflows/site.yaml +++ b/.github/workflows/site.yaml @@ -52,7 +52,7 @@ jobs: git add '.github/bin/build_docs.sh' git commit -m '.github/bin/build_docs.sh' - run: | - ./.github/bin/build_docs.sh 'heads/main.tar.gz' 'main' + ./.github/bin/build_docs.sh 'heads/main.tar.gz' 'latest' - run: | ./.github/bin/build_docs.sh 'tags/v0.2.1-incubating.tar.gz' '0.2.1-incubating' - run: |
