maestria-investigacion/.gitlab-ci.yml

19 lines
395 B
YAML
Raw Normal View History

2021-04-20 13:51:07 -05:00
image: pandoc/latex
2021-04-11 01:13:06 -05:00
pages:
stage: deploy
2021-04-20 13:51:07 -05:00
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
2021-04-11 01:13:06 -05:00
script:
2021-04-20 13:51:07 -05:00
- wget https://pad.programando.li/rweb/download -O rweb.rb
- ruby rweb.rb
2021-04-11 01:13:06 -05:00
artifacts:
paths:
- public
only:
- master