Push folders to the github remote branch. Also can be used as deploying gh-pages after initial setup with official gh-pages tool.
This extension contributes the following settings:
gh-deploy.defaultToBranch
: Set defaultTo
Branch.gh-deploy.defaultFromBranch
: Set defaultFrom
Branch.gh-deploy.defaultFolder
: Set defaultFolder
to push.gh-deploy.defaultCommitMessage
: Set defaultCommit Msg
for pushing.gh-deploy.defaultPreTask
: Set defaultPreTask
to run before pushing / keep it empty to skip the task.gh-deploy.silentDeploy
: Togglesilent
.
{
defaultFromBranch: 'main',
defaultToBranch: 'website',
defaultFolder: 'build',
defaultCommitMessage: 'update',
defaultPreTask: ''
}
- Added Icons for extention