From 6e0a2852cda01b8707f1a8f7004731794951dee8 Mon Sep 17 00:00:00 2001 From: Carlos Galindo Date: Thu, 3 Apr 2025 17:19:12 +0000 Subject: [PATCH] =?UTF-8?q?Arreglar=20error=20de=20ruta=20de=20publicaci?= =?UTF-8?q?=C3=B3n=20de=20la=20web.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b44117..3ba7c2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,15 +4,15 @@ default: create_pages: script: - pip install django && apt update && apt install -y make 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 /cancionero-web - - ln -s $CI_PROJECT_DIR /cancionero-web/latex - - mkdir /cancionero-web/audios - - make -C /cancionero-web + - git clone https://gitlab.com/parroquia-san-leandro/cancionero-web ../cancionero-web + - ln -s ../cancionero-25 ../cancionero-web/latex + - mkdir ../cancionero-web/audios + - make -C ../cancionero-web - echo La web está disponible en https://$CI_PROJECT_NAMESPACE_SLUG.gitlab.io/$CI_PROJECT_PATH/ pages: true artifacts: paths: - - /cancionero-web/public + - ../cancionero-web/public rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH environment: production \ No newline at end of file