Skip to content

Commit f39943a

Browse files
authored
Merge pull request #82 from bovem/drafts
Removed hugo version condition
2 parents 3574297 + 8f0ab8d commit f39943a

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 || '0.125.7' }}
40+
HUGO_VERSION: ${{ github.event.inputs.hugoVersion }}
4141
steps:
4242
- name: Install Hugo CLI
4343
run: |

0 commit comments

Comments
 (0)