diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index caa39b5..07fa0e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ test: - npm install - cd themes/avian - npm install + - cd ../../ script: - hugo except: @@ -23,6 +24,7 @@ pages: - npm install - cd themes/avian - npm install + - cd ../../ script: - hugo artifacts: