Skip to content
Compare
Choose a tag to compare
@aormsby aormsby released this 04 Oct 18:47
· 0 commits to a8f701e22b3ab8c9a962a33d5992c8977f27ad16 since this release
b2639a3
  • 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.