add before script with volta

This commit is contained in:
Daniel Alejandro Gallegos 2023-06-20 21:06:02 -04:00
parent 58d0fdde12
commit 43ccda09a6

View file

@ -3,6 +3,10 @@ image: registry.gitlab.com/pages/hugo/hugo_extended:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
before_script:
- curl https://get.volta.sh | bash
- npm install
test:
script:
- hugo