Loading .gitlab-ci.yml +5 −3 Original line number Diff line number Diff line Loading @@ -138,14 +138,16 @@ pages: before_script: - pip install -r docs/requirements.txt script: - sphinx-apidoc -o docs/source noctua - echo "Current directory $(pwd)" - echo "Building docs..." # - sphinx-apidoc -o docs/source noctua - sphinx-build -b html docs/source public artifacts: paths: - . # Pass the modified workspace # - public # rules: # - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Job 7: commit in branch commit_formatted_code: Loading Loading
.gitlab-ci.yml +5 −3 Original line number Diff line number Diff line Loading @@ -138,14 +138,16 @@ pages: before_script: - pip install -r docs/requirements.txt script: - sphinx-apidoc -o docs/source noctua - echo "Current directory $(pwd)" - echo "Building docs..." # - sphinx-apidoc -o docs/source noctua - sphinx-build -b html docs/source public artifacts: paths: - . # Pass the modified workspace # - public # rules: # - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH # Job 7: commit in branch commit_formatted_code: Loading