ExtraStatic: powerful and easy publishing

Skip to content
Snippets Groups Projects
Forked from svekyll / svekyll
80 commits behind, 20 commits ahead of the upstream repository.
This GitLab CI configuration is valid. Learn more
.gitlab-ci.yml 239 B
print:
  script:
    - echo $SVEKYLL_GENESIS

include: 
  - local: svekyll-pages-gitlab-ci.yml
    rules: 
      - if: '$SVEKYLL_GENESIS != "1"'
  - local: svekyll-demo-sites-gitlab-ci.yml
    rules: 
      - if: '$SVEKYLL_GENESIS == "1"'