diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2bd79f5..f2490dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,12 +1,16 @@ -image: nikazhenya/pecas +image: pandoc/latex pages: stage: deploy + before_script: + - export DEBIAN_FRONTEND=noninteractive + - apt-get -y update && apt-get -y upgrade + - apt-get -y install ruby + - gem install bibtex-ruby httparty nokogiri + - ruby -v script: - - mkdir .public/ - - cd tesis && ./generate-all && cd .. - - rm -rf .g* administrativo apuntes bibliografia/recursos protocolo - - mv * .public && mv .public public + - wget https://pad.programando.li/rweb/download -O rweb.rb + - ruby rweb.rb artifacts: paths: - public