From 599ce0f5147091c3a5fd19ee9151a1a2fb6ae77d Mon Sep 17 00:00:00 2001 From: Daniel Alejandro Gallegos Date: Wed, 21 Jun 2023 19:28:28 -0400 Subject: [PATCH] install theme modules too --- .gitlab-ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf010bc..caa39b5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: