Added deploy to Netlify
This commit is contained in:
parent
9e7950ddba
commit
552b016719
7 changed files with 720 additions and 10 deletions
|
|
@ -7,7 +7,7 @@ import (
|
|||
)
|
||||
|
||||
func main() {
|
||||
if err := progdoc.Site().Build(); err != nil {
|
||||
if err := progdoc.Site().Publish(); err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue