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

jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-amoro-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d0d64bc  fix github workflow errors
d0d64bc is described below

commit d0d64bc7326c5df2c85b1a2f3702ad775cd4ff53
Author: zhoujinsong <[email protected]>
AuthorDate: Tue Apr 2 15:55:55 2024 +0800

    fix github workflow errors
---
 .github/workflows/deploy.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 247e633..53e7263 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -26,7 +26,8 @@ jobs:
           publish_branch: asf-site
           destination_dir: ./output
           keep_files: true
-    deploy-latest-docs-page:
+
+  deploy-latest-docs-page:
     if: github.ref == 'refs/heads/master'
     runs-on: ubuntu-20.04
     steps:
@@ -48,6 +49,7 @@ jobs:
           publish_dir: ./output/docs/latest
           publish_branch: asf-site
           destination_dir: ./output/docs/latest
+
   deploy-versioned-docs-page:
     if: github.ref != 'refs/heads/master'
     runs-on: ubuntu-20.04

Reply via email to