Use generated css, common to the project
This commit is contained in:
parent
bad7e8e689
commit
af2b407c52
14 changed files with 1242 additions and 132 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# All available Hugo versions are listed under https://gitlab.com/pages/hugo/container_registry.
|
||||
#
|
||||
image: hugomods/hugo:base
|
||||
image: hugomods/hugo:node-non-root
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
|
@ -9,6 +9,7 @@ stages:
|
|||
pages:
|
||||
stage: build
|
||||
script:
|
||||
- npm ci
|
||||
- hugo
|
||||
artifacts:
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue