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: - wget https://pad.programando.li/rweb/download -O rweb.rb - ruby rweb.rb artifacts: paths: - public only: - master