.gitlab-ci.yml 405 B

123456789101112131415
  1. image: debian
  2. before_script:
  3. - apt-get update -y
  4. - apt-get install -y locales openjdk-8-jre python3-pip
  5. - sed -i 's/# es_ES.UTF-8 UTF-8/es_ES.UTF-8 UTF-8/' /etc/locale.gen
  6. - dpkg-reconfigure --frontend=noninteractive locales
  7. - export LANG=es_ES.UTF-8 LANGUAGE=es_ES
  8. - pip3 install beautifulsoup4 html5validator markdown pelican
  9. test:
  10. script:
  11. - pelican content/
  12. - html5validator --root output/