add build stage maybe idk

This commit is contained in:
Daniel Alejandro Gallegos 2023-06-21 19:11:28 -04:00
parent 36536f3be4
commit f2863fc843
No known key found for this signature in database
GPG key ID: 28F1CF39B0DE3E64

View file

@ -1,14 +1,13 @@
image: debian
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- apt-get update -y
- curl https://github.com/gohugoio/hugo/releases/download/v0.114.0/hugo_extended_0.114.0_linux-amd64.deb
- dpkg -i hugo_extended_0.114.0_linux-amd64.deb
- curl https://get.volta.sh | bash
- npm install
build-stage:
stage: install
image: node:latest
script:
- npm install
test:
script: