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