Skip to content

Commit b7a5014

Browse files
committed
update hugo version to deploy
1 parent a28e820 commit b7a5014

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
hugoVersion:
1515
description: "Hugo Version"
1616
required: false
17-
default: "0.125.7"
17+
default: "0.146.0"
1818

1919
# Allow one concurrent deployment
2020
concurrency:
@@ -37,7 +37,7 @@ jobs:
3737
build:
3838
runs-on: ubuntu-latest
3939
env:
40-
HUGO_VERSION: ${{ github.event.inputs.hugoVersion || '0.125.7' }}
40+
HUGO_VERSION: ${{ github.event.inputs.hugoVersion || '0.146.0' }}
4141
steps:
4242
- name: Install Hugo CLI
4343
run: |

0 commit comments

Comments
 (0)