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/10 23:48:31 UTC

[age-website] branch new-web updated: Update web-deploy.yml

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

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


The following commit(s) were added to refs/heads/new-web by this push:
     new 49525a2  Update web-deploy.yml
49525a2 is described below

commit 49525a29b4692a4110d72b802ca090d35e91a053
Author: Hanbyeol Shin /  David Shin / 신한별 <76...@users.noreply.github.com>
AuthorDate: Tue Oct 11 08:48:27 2022 +0900

    Update web-deploy.yml
---
 .github/workflows/web-deploy.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/web-deploy.yml b/.github/workflows/web-deploy.yml
index 165d4ba..41c61bb 100644
--- a/.github/workflows/web-deploy.yml
+++ b/.github/workflows/web-deploy.yml
@@ -40,7 +40,7 @@ jobs:
     - name: Setup Python
       uses: actions/setup-python@v2
       with:
-        python-version: '3.8'
+        python-version: '3.10'
     
     - name: Upgrade pip
       run: |
@@ -72,4 +72,4 @@ jobs:
         github_token: ${{ secrets.GITHUB_TOKEN }}
         publish_branch: asf-site
         publish_dir: ./build/html
-        destination_dir: ./age-manual
\ No newline at end of file
+        destination_dir: ./age-manual