From 884a0224fd48faeb3bde89519e9d612d0585a679 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Tue, 21 Feb 2023 03:09:24 +0100 Subject: [PATCH] docs: fix typo, bump hugo version (#851) --- .github/ISSUE_TEMPLATE/config.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0ff61f0e4..cb235dd26 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -8,7 +8,7 @@ contact_links: about: Please ask questions about GitHub Actions here. - name: GitHub Pages Documentation url: https://docs.github.com/en/pages - about: GitHub Pages official documentaion here. + about: GitHub Pages official documentation here. - name: GitHub Actions Documentation url: https://docs.github.com/en/actions about: GitHub Actions official documentation here. diff --git a/README.md b/README.md index 628b25d86..03af61cf8 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.101.0' + hugo-version: '0.110.0' - name: Build run: hugo --minify