Skip to content

Commit

Permalink
docs: fix typo, bump hugo version (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Feb 21, 2023
1 parent e5d60a6 commit 884a022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 884a022

Please sign in to comment.