Skip to content
Snippets Groups Projects
Select Git revision
  • 8d9c055fe4288e146c462b5b969bf7c9cc10d6c4
  • master default protected
2 results

proposal.md

Blame
  • .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