image: name: nikazhenya/pecas-pandoc entrypoint: ["/bin/sh", "-c"] pages: stage: deploy before_script: - git remote set-url origin https://USERNAME:${CI_PUSH_TOKEN}@gitlab.com/maestria-investigacion.git - git config --global user.email 'hi@perrotuerto.blog' - git config --global user.name 'Perro en la Matrix' - git checkout -B ed2 script: - curl https://pad.programando.li/rweb/download | ruby after_script: - git add . - git commit -m 'Multipublicación automatizada realizada.' - git push --follow-tags origin ed2 artifacts: paths: - public only: - master