blankx.gitlab.io/.gitlab-ci.yml

12 lines
238 B
YAML
Raw Normal View History

image: ubuntu:20.04
2019-01-13 13:49:19 +00:00
pages:
stage: deploy
script:
- python3 -m pip install -r requirements.txt && cd public/sbbs && python3 ../../gensbbsrss.py
artifacts:
paths:
- public
only:
- master