mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2026-05-21 19:09:02 +00:00
Add workflow_dispatch input for Hugo version in build-check workflow
This commit is contained in:
@@ -17,13 +17,20 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- exampleSite
|
||||
workflow_dispatch:
|
||||
# manual run
|
||||
inputs:
|
||||
hugoVersion:
|
||||
description: "Hugo Version"
|
||||
required: false
|
||||
default: "0.146.0"
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
build:
|
||||
build-check:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
# min_version from theme.toml
|
||||
|
||||
Reference in New Issue
Block a user