-
Default values removed for input vars with
required: true
. These must now be set explicitly in your workflows.deploy_directory
- Name of Hugo build output folder (path from root directory), Hugo's default is "public"build_branch
- Repo branch used for site build
-
The 'deploy_branch' input var is still set
required: false
since some users will not deploy to submodules. However, the default value has been changed to 'main' to match Github's changes to a new repo's default branch name.