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

[age-website] 01/02: Update destination_dir of documentation for asf-site branch

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

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

commit 8ab700e9759ea41738a176d4fe8a4b4b96405576
Author: Pieterjan De Potter <pi...@ugent.be>
AuthorDate: Thu Oct 6 09:38:32 2022 +0200

    Update destination_dir of documentation for asf-site branch
---
 .github/workflows/build-documentation.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml
index 5a7b98f..e3698c9 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: docs
+          destination_dir: age-manual
 
       - name: Deploy-asf-staging
         uses: peaceiris/actions-gh-pages@v3