From c88029beaa529d438b3da1ce873640dc05e8bd22 Mon Sep 17 00:00:00 2001 From: Jonas Karl Wilhelm Hahn Date: Wed, 23 Apr 2025 20:56:19 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 377fb08..e3a9904 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,6 @@ create-pages: - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH # Functions that should be executed before the build script is run before_script: - - cargo install --git https://github.com/Myriad-Dreamin/shiroa --locked - shiroa + - cargo install --git https://github.com/Myriad-Dreamin/shiroa --locked shiroa script: - shiroa build -d public