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 0daa33b  Fix deploy github workflow configuration
0daa33b is described below

commit 0daa33bc8e1874fefa408606a646c7770bdcb923
Author: zhoujinsong <[email protected]>
AuthorDate: Tue Apr 2 15:48:52 2024 +0800

    Fix deploy github workflow configuration
---
 .github/workflows/deploy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index c3237c4..58c8bb4 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -44,7 +44,7 @@ jobs:
           extended: true
 
       - name: Build
-        run: cd docs && hugo -b https://amoro.apache.org/docs/${{ 
steps.vars.outputs.branch_name }}/ -d ../output/docs/${{ 
steps.vars.outputs.branch_name }}
+        run: cd amoro-docs && hugo -b https://amoro.apache.org/docs/${{ 
steps.vars.outputs.branch_name }}/ -d ../output/docs/${{ 
steps.vars.outputs.branch_name }}
 
       - name: Deploy
         uses: peaceiris/actions-gh-pages@v3

Reply via email to