joplin-mdbooks-website/.gitlab-ci.yml

14 lines
340 B
YAML
Raw Normal View History

2020-11-20 13:22:00 -05:00
pages:
2020-11-26 18:17:23 -05:00
image: ubuntu
script:
- cd /tmp/
2020-11-26 18:11:37 -05:00
- wget https://github.com/getzola/zola/releases/download/v0.12.2/zola-v0.12.2-x86_64-unknown-linux-gnu.tar.gz -O zola.tgz
- tar zxvf zola.tgz
- git clone https://github.com/getzola/book.git themes/book/
- ./zola build
2020-11-20 13:22:00 -05:00
artifacts:
paths:
- public
2020-11-26 18:12:21 -05:00
only:
2020-11-20 13:22:00 -05:00
- master