From 19838731ca3baf1a4805fcf1e0962f6bf62cf6f0 Mon Sep 17 00:00:00 2001 From: Carlos Galindo Date: Thu, 3 Apr 2025 17:32:30 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 572cce7..985d1a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ create-pages: before_script: - pip install django && apt update && apt install -y node-less locales && sed -i '/es_ES.UTF-8/s/^# //g' /etc/locale.gen && locale-gen - git clone https://gitlab.com/parroquia-san-leandro/cancionero-web.git ../cancionero-web + - ln -s ../cancionero-25 ../cancionero-web/latex - mkdir ../cancionero-web/audios script: - make -C ../cancionero-web