Update .gitlab-ci.yml file

This commit is contained in:
Carlos Galindo 2025-04-03 17:32:30 +00:00
parent b7e410168c
commit 19838731ca

View file

@ -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