You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/01/30 06:37:26 UTC

[kyuubi-website] branch master updated: Bump hugo from 0.101.0 to 0.110.0 and make `hugo.toml` the new `config.toml` (#108)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 83c0800  Bump hugo from 0.101.0 to 0.110.0 and make `hugo.toml` the new `config.toml` (#108)
83c0800 is described below

commit 83c0800316a85e1ff3327d1609986c4f82eeb256
Author: Bowen Liang <li...@gf.com.cn>
AuthorDate: Mon Jan 30 14:37:21 2023 +0800

    Bump hugo from 0.101.0 to 0.110.0 and make `hugo.toml` the new `config.toml` (#108)
    
    * bump hugo from 0.101.0 to 0.110.0
    
    * make `hugo.toml` the new `config.toml`
---
 .github/workflows/asf-site.yml | 2 +-
 config.toml => hugo.toml       | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/asf-site.yml b/.github/workflows/asf-site.yml
index e9eaaf5..aa04a67 100644
--- a/.github/workflows/asf-site.yml
+++ b/.github/workflows/asf-site.yml
@@ -13,7 +13,7 @@ jobs:
       - name: Setup Hugo
         uses: peaceiris/actions-hugo@v2
         with:
-          hugo-version: 0.101.0
+          hugo-version: 0.110.0
           extended: true
       - name: Build
         run: hugo --minify
diff --git a/config.toml b/hugo.toml
similarity index 100%
rename from config.toml
rename to hugo.toml