install theme modules too

This commit is contained in:
Daniel Alejandro Gallegos 2023-06-21 19:28:28 -04:00
parent 12dee271bb
commit 599ce0f514
No known key found for this signature in database
GPG key ID: 28F1CF39B0DE3E64

View file

@ -5,10 +5,11 @@ variables:
test:
before_script:
- apt-get update -qq && apt-get install -y -qq curl
- apt-get update -qq && apt-get install -y -qq curl hugo
- curl https://get.volta.sh | bash
- npm install
- apt-get update -qq && apt-get install -y -qq hugo
- cd themes/avian
- npm install
script:
- hugo
except:
@ -17,10 +18,11 @@ test:
pages:
before_script:
- apt-get update -qq && apt-get install -y -qq curl
- apt-get update -qq && apt-get install -y -qq curl hugo
- curl https://get.volta.sh | bash
- npm install
- apt-get update -qq && apt-get install -y -qq hugo
- cd themes/avian
- npm install
script:
- hugo
artifacts: