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:13 UTC

[age-website] branch master updated (c1f19ed -> 85f14c7)

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

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


    from c1f19ed  Update requirements to build the documentation
     new 8ab700e  Update destination_dir of documentation for asf-site branch
     new 85f14c7  Update python version used to build the documentation

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/build-documentation.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


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

Posted by pd...@apache.org.
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


[age-website] 02/02: Update python version used to build the documentation

Posted by pd...@apache.org.
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 85f14c74a9cedc1380ba5cb61661ea3fc53e3980
Author: Pieterjan De Potter <pi...@ugent.be>
AuthorDate: Thu Oct 6 09:39:03 2022 +0200

    Update python version used to build the documentation
---
 .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 e3698c9..b42569c 100644
--- a/.github/workflows/build-documentation.yml
+++ b/.github/workflows/build-documentation.yml
@@ -13,7 +13,7 @@ jobs:
       - name: Setup Python
         uses: actions/setup-python@v2
         with:
-          python-version: '3.8'
+          python-version: '3.10'
 
       - name: Upgrade pip
         run: |