Sign inSign up

baip/nikola

By baip

Updated about 9 years ago

Use with GitLab CI/Runner for GitLab Pages

Image
0

250

baip/nikola repository overview

Example .gitlab-ci.yml:

image: baip/nikola

pages:
  script:
  - nikola build
  artifacts:
    paths:
    - output
  only:
  - master

Tag summary

Content type

Image

Digest

Size

337 MB

Last updated

about 9 years ago

docker pull baip/nikola