maestria-investigacion/.gitlab-ci.yml

13 lines
207 B
YAML
Raw Normal View History

2021-04-20 14:45:26 -05:00
image: nikazhenya/pecas-pandoc
2021-04-11 01:13:06 -05:00
pages:
stage: deploy
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