Skip to content

Commit 956f82d

Browse files
Use hugo 0.101.0 for home builds
1 parent b2ae4d5 commit 956f82d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reference-groupdocs-home-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Hugo
4242
uses: peaceiris/actions-hugo@v2
4343
with:
44-
hugo-version: '0.97.3'
44+
hugo-version: '0.101.0'
4545
extended: true
4646
- name: Install Dependicies1
4747
run: npm install -D --save autoprefixer

.github/workflows/reference2-groupdocs-home-stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Hugo
4242
uses: peaceiris/actions-hugo@v2
4343
with:
44-
hugo-version: '0.97.3'
44+
hugo-version: '0.101.0'
4545
extended: true
4646
- name: Install Dependicies1
4747
run: npm install -D --save autoprefixer

0 commit comments

Comments
 (0)