updating pipline
This commit is contained in:
@@ -1,13 +1,14 @@
|
|||||||
variables:
|
variables:
|
||||||
HUGO_ENV: production
|
HUGO_ENV: production
|
||||||
|
# Blowfish theme relies heavily on these submodules
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
# The new official standard image for Hugo extended
|
# Using the image that actually supports the 'try' function
|
||||||
image: hugomods/hugo:exts
|
image: hugomods/hugo:exts
|
||||||
script:
|
script:
|
||||||
- hugo version
|
- hugo version
|
||||||
- hugo
|
- hugo --gc --minify
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|||||||
Reference in New Issue
Block a user