We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3574297 + 8f0ab8d commit f39943aCopy full SHA for f39943a
1 file changed
.github/workflows/main.yaml
@@ -37,7 +37,7 @@ jobs:
37
build:
38
runs-on: ubuntu-latest
39
env:
40
- HUGO_VERSION: ${{ github.event.inputs.hugoVersion || '0.125.7' }}
+ HUGO_VERSION: ${{ github.event.inputs.hugoVersion }}
41
steps:
42
- name: Install Hugo CLI
43
run: |
0 commit comments