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