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