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

LICENSE

Blame
  • This project is licensed under the MIT License. Learn more
    .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