add before script with volta
This commit is contained in:
parent
58d0fdde12
commit
43ccda09a6
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue