Skip to content

Commit 884a022

Browse files
authored
docs: fix typo, bump hugo version (#851)
1 parent e5d60a6 commit 884a022

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ contact_links:
88
about: Please ask questions about GitHub Actions here.
99
- name: GitHub Pages Documentation
1010
url: https://docs.github.com/en/pages
11-
about: GitHub Pages official documentaion here.
11+
about: GitHub Pages official documentation here.
1212
- name: GitHub Actions Documentation
1313
url: https://docs.github.com/en/actions
1414
about: GitHub Actions official documentation here.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
- name: Setup Hugo
165165
uses: peaceiris/actions-hugo@v2
166166
with:
167-
hugo-version: '0.101.0'
167+
hugo-version: '0.110.0'
168168
169169
- name: Build
170170
run: hugo --minify

0 commit comments

Comments
 (0)