This is an automated email from the ASF dual-hosted git repository.
ethanfeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn-website.git
The following commit(s) were added to refs/heads/main by this push:
new 4bd11bf Fix docs path error (#29)
4bd11bf is described below
commit 4bd11bfe893bd7579eb00f810320532672674136
Author: Ethan Feng <[email protected]>
AuthorDate: Thu Nov 23 11:00:57 2023 +0800
Fix docs path error (#29)
---
.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: |