mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 06:30:33 +03:00
Add a "deploy" command
This commit is contained in:
parent
ad5703a917
commit
c7165589b3
10 changed files with 1725 additions and 12 deletions
|
@ -47,6 +47,7 @@ func (b *commandsBuilder) addAll() *commandsBuilder {
|
|||
newEnvCmd(),
|
||||
newConfigCmd(),
|
||||
newCheckCmd(),
|
||||
newDeployCmd(),
|
||||
newConvertCmd(),
|
||||
b.newNewCmd(),
|
||||
newListCmd(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue