Skip to content

Commit 8285233

Browse files
committed
Added hugo version condition
1 parent f39943a commit 8285233

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
build:
3838
runs-on: ubuntu-latest
3939
env:
40-
HUGO_VERSION: ${{ github.event.inputs.hugoVersion }}
40+
HUGO_VERSION: ${{ github.event.inputs.hugoVersion || '0.146.0' }}
4141
steps:
4242
- name: Install Hugo CLI
4343
run: |

0 commit comments

Comments
 (0)