## publish()


Publish the site to the given destination.


Usage


``` python
publish(site)
```


## Parameters


`site: str`  
The site name or URL to publish to.


## Returns


`bool`  
True if publishing was successful.


## Examples

``` python
>>> publish("my-site")
```

True
