You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/docs-build-push.yml
+19-2
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,12 @@ on:
38
38
type: string
39
39
description: "Overrides default of latest hugo theme. Useful for testing pre-release versions. Must start with 'v' before version."
40
40
default: ""
41
+
auto_deploy_branch:
42
+
type: string
43
+
description: "A branch specified here will autodeploy to the environment specified in auto_deploy_env. An on.push event for this branch must be specified in caller."
44
+
auto_deploy_env:
45
+
type: string
46
+
description: "Env to which auto_deploy_branch will be deployed to. Preview is not supported."
41
47
42
48
env:
43
49
GO_VERISON: "1.21"# Go version used for `hugo mod get`
0 commit comments