This commit is contained in:
perro tuerto 2021-04-20 13:51:07 -05:00
parent 62b51948ba
commit 7eaf5d41d5
1 changed files with 9 additions and 5 deletions

View File

@ -1,12 +1,16 @@
image: nikazhenya/pecas image: pandoc/latex
pages: pages:
stage: deploy 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: script:
- mkdir .public/ - wget https://pad.programando.li/rweb/download -O rweb.rb
- cd tesis && ./generate-all && cd .. - ruby rweb.rb
- rm -rf .g* administrativo apuntes bibliografia/recursos protocolo
- mv * .public && mv .public public
artifacts: artifacts:
paths: paths:
- public - public