maestria-investigacion/.gitlab-ci.yml

15 lines
265 B
YAML
Raw Normal View History

2021-04-20 14:59:48 -05:00
image:
name: nikazhenya/pecas-pandoc
entrypoint: ["/bin/sh", "-c"]
2021-04-11 01:13:06 -05:00
pages:
stage: deploy
script:
2021-04-20 14:50:20 -05:00
- mkdir public
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