From 9d81b3dff428fbe685cc4771a2db5e867fc3e348 Mon Sep 17 00:00:00 2001 From: shockrah Date: Sat, 16 Oct 2021 22:04:44 -0700 Subject: [PATCH] * Fixing path issue --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3a01b2..a783a27 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ website: script: - cd gitpage - hugo - - mv public/ + - mv public/ .. artifacts: paths: - gitpage/public \ No newline at end of file