From 873f300ced6569a00a77f1d0a9437799050cb832 Mon Sep 17 00:00:00 2001 From: Daniel Alejandro Gallegos Date: Wed, 21 Jun 2023 19:29:52 -0400 Subject: [PATCH] get back to top directory after installing that thing --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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: