description:Enable force push to remote repository.
defaultvalue:false
type:bool
- name:followtags
description:Push all the `refs` that would be pushed without this option, and also push annotated tags in `refs/tags` that are missing from the remote.
description:Allow empty commits. Usually recording a commit that has the exact same tree as its sole parent commit is a mistake, and those commits are not allowed by default.
defaultvalue:false
type:bool
- name:no_verify
description:Bypass the pre-commit and commit-msg hooks.
description:Source directory to be synchronized with the pages `branch`.
defaultvalue:docs/
type:string
- name:pages_exclude
description:Files or directories to exclude from the rsync command.
type:list
- name:pages_delete
description:When set to `true`, the `--delete` flag is added to the rsync command to remove files from the `branch` that do not exist in the `pages_directory` either.