Loading gitlab-ci.yml 0 → 100644 +15 −0 Original line number Diff line number Diff line pages: stage: deploy image: python:latest script: - pip install mkdocs-material - mkdocs build --site-dir public cache: key: ${CI_COMMIT_REF_SLUG} paths: - .cache/ artifacts: paths: - public rules: - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' No newline at end of file Loading
gitlab-ci.yml 0 → 100644 +15 −0 Original line number Diff line number Diff line pages: stage: deploy image: python:latest script: - pip install mkdocs-material - mkdocs build --site-dir public cache: key: ${CI_COMMIT_REF_SLUG} paths: - .cache/ artifacts: paths: - public rules: - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' No newline at end of file