image: python:3.9-alpine publish: except: - production - devel script: - pip install -r requirements.txt - pelican -s pubconf-production.py --fatal warnings pages: only: - production - live_pyconfr script: - pip install -r requirements.txt - date --utc +%H:%M > theme-uberspot/templates/time - date --utc +%d/%m/%Y > theme-uberspot/templates/date - echo $CI_COMMIT_SHORT_SHA > theme-uberspot/templates/commit - pelican -s "pubconf-production.py" --fatal warnings artifacts: when: on_success paths: - public