From 83c0800316a85e1ff3327d1609986c4f82eeb256 Mon Sep 17 00:00:00 2001 From: Bowen Liang Date: Mon, 30 Jan 2023 14:37:21 +0800 Subject: [PATCH] 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(-) rename config.toml => hugo.toml (100%) diff --git a/.github/workflows/asf-site.yml b/.github/workflows/asf-site.yml index e9eaaf54..aa04a67c 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