osp-blog.www
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

.gitlab-ci.yml
text/plain

Download raw (181 bytes)

image: python:3

pages:
  script:
  - pip install -r requirements.txt
  - pelican -s publishconf.py
  artifacts:
    paths:
    - public/
    expire_in: 47 yrs
  only:
    - master