You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by hb...@apache.org on 2022/10/14 01:57:55 UTC

[age-website] branch master updated: Update build-documentation.yml

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f28e42c  Update build-documentation.yml
f28e42c is described below

commit f28e42c4868819b806770196c504ce5a687142f5
Author: Hanbyeol Shin /  David Shin / 신한별 <76...@users.noreply.github.com>
AuthorDate: Fri Oct 14 10:57:50 2022 +0900

    Update build-documentation.yml
    
    destination_dir change
---
 .github/workflows/build-documentation.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml
index b42569c..3051083 100644
--- a/.github/workflows/build-documentation.yml
+++ b/.github/workflows/build-documentation.yml
@@ -43,7 +43,7 @@ jobs:
           github_token: ${{ secrets.GITHUB_TOKEN }}
           publish_branch: asf-site
           publish_dir: ./build/html
-          destination_dir: age-manual
+          destination_dir: ./age-manual
 
       - name: Deploy-asf-staging
         uses: peaceiris/actions-gh-pages@v3
@@ -51,4 +51,4 @@ jobs:
           github_token: ${{ secrets.GITHUB_TOKEN }}
           publish_branch: asf-staging
           publish_dir: ./build/html
-          destination_dir: age-manual          
\ No newline at end of file
+          destination_dir: ./age-manual