add build stage maybe idk
This commit is contained in:
parent
36536f3be4
commit
f2863fc843
1 changed files with 6 additions and 7 deletions
|
@ -1,14 +1,13 @@
|
||||||
image: debian
|
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
before_script:
|
build-stage:
|
||||||
- apt-get update -y
|
stage: install
|
||||||
- curl https://github.com/gohugoio/hugo/releases/download/v0.114.0/hugo_extended_0.114.0_linux-amd64.deb
|
image: node:latest
|
||||||
- dpkg -i hugo_extended_0.114.0_linux-amd64.deb
|
script:
|
||||||
- curl https://get.volta.sh | bash
|
- npm install
|
||||||
- npm install
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
|
|
Reference in a new issue