Correccion (otra vez) de la ruta

This commit is contained in:
Carlos Galindo 2025-04-03 17:21:14 +00:00
parent 6e0a2852cd
commit 29a3dbad06

View file

@ -8,11 +8,12 @@ create_pages:
- ln -s ../cancionero-25 ../cancionero-web/latex
- mkdir ../cancionero-web/audios
- make -C ../cancionero-web
- mv ../cancionero-web/public www
- echo La web está disponible en https://$CI_PROJECT_NAMESPACE_SLUG.gitlab.io/$CI_PROJECT_PATH/
pages: true
artifacts:
paths:
- ../cancionero-web/public
- www
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
environment: production