Skip to content
Snippets Groups Projects
Select Git revision
  • 1098fde9aa8713ca5765268a0fbe8feb7d8beba8
  • main default protected
  • revert-9d4bb3d3
3 results

.gitlab-ci.yml

Blame
  • Quentin Bolsee's avatar
    Quentin Bolsee authored
    f1197e3b
    History
    .gitlab-ci.yml 289 B
    pages:
      stage: deploy
      script:
        - jekyll build -d public  # Use `bundle exec` to ensure the command runs within Bundler's context
        - echo "The site will be deployed to $CI_PAGES_URL"
      artifacts:
        paths:
          - public
      rules:
        - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH