From 86c5d0fd81d4beafabbb8d10d7f6846768b18baa Mon Sep 17 00:00:00 2001 From: Alexandru Date: Thu, 15 Aug 2024 11:50:10 +0300 Subject: [PATCH] update the submodules n shi --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 68e89e4..a215d7e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,8 @@ deploy: script: - apt-get update - apt-get install -y rsync openssh-client hugo + - git submodule init + - git submodule update --recursive - hugo - mkdir -p ~/.ssh - echo "$PRIVKEY" | base64 -d > ~/.ssh/id_rsa