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