Skip to content

Commit d76a7f8

Browse files
committed
Add workflow_dispatch input for Hugo version in build-check workflow
1 parent b9cea2f commit d76a7f8

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/build-check.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,20 @@ on:
1717
branches:
1818
- master
1919
- exampleSite
20+
workflow_dispatch:
21+
# manual run
22+
inputs:
23+
hugoVersion:
24+
description: "Hugo Version"
25+
required: false
26+
default: "0.146.0"
2027

2128
defaults:
2229
run:
2330
shell: bash
2431

2532
jobs:
26-
build:
33+
build-check:
2734
runs-on: ubuntu-latest
2835
env:
2936
# min_version from theme.toml

0 commit comments

Comments
 (0)