install theme modules too
This commit is contained in:
parent
12dee271bb
commit
599ce0f514
1 changed files with 6 additions and 4 deletions
|
@ -5,10 +5,11 @@ variables:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
before_script:
|
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
|
- curl https://get.volta.sh | bash
|
||||||
- npm install
|
- npm install
|
||||||
- apt-get update -qq && apt-get install -y -qq hugo
|
- cd themes/avian
|
||||||
|
- npm install
|
||||||
script:
|
script:
|
||||||
- hugo
|
- hugo
|
||||||
except:
|
except:
|
||||||
|
@ -17,10 +18,11 @@ test:
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
before_script:
|
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
|
- curl https://get.volta.sh | bash
|
||||||
- npm install
|
- npm install
|
||||||
- apt-get update -qq && apt-get install -y -qq hugo
|
- cd themes/avian
|
||||||
|
- npm install
|
||||||
script:
|
script:
|
||||||
- hugo
|
- hugo
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Reference in a new issue