mirror of
https://github.com/gohugoio/hugo.git
synced 2024-12-29 03:21:47 +00:00
parent
fdf3c3b823
commit
293e12355d
1 changed files with 3 additions and 3 deletions
|
@ -10,15 +10,15 @@ environment:
|
||||||
HUGO_BUILD_TAGS: extended
|
HUGO_BUILD_TAGS: extended
|
||||||
|
|
||||||
# clones and cd's to path
|
# clones and cd's to path
|
||||||
clone_folder: C:\GOPATH\src\github.com\gohugoio\hugo
|
clone_folder: C:\hugo
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# - gem install asciidoctor
|
# - gem install asciidoctor
|
||||||
- pip install docutils
|
- pip install docutils
|
||||||
- go get github.com/magefile/mage
|
- env GO111MODULE=off go get github.com/magefile/mage
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- mage vendor hugoRace
|
- mage hugoRace
|
||||||
- mage -v check
|
- mage -v check
|
||||||
- hugo -s docs/
|
- hugo -s docs/
|
||||||
- hugo --renderToMemory -s docs/
|
- hugo --renderToMemory -s docs/
|
||||||
|
|
Loading…
Reference in a new issue