Skip to content
Snippets Groups Projects
.gitlab-ci.yml 608 B
Newer Older
# The Docker image that will be used to build your app
image: ruby:3.2.2

# Functions that should be executed before the build script is run
before_script:
  - git submodule update --init --remote
  - gem install bundler
  - bundle config path vendor/bundle
  - bundle install
  - chmod +x copy_handlungsfelder.sh
  - ./copy_handlungsfelder.sh   

pages:
  script:
    - bundle exec jekyll build -d public
  artifacts:
    paths:
      - public
  rules:
    # Dies stellt sicher, dass nur Pushes auf den Default-Branch eine Pages-Bereitstellung auslösen
    - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.