diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c86ca41b147f1774fe788d2e18b962fdfd4d1c38..703560244857ec1eda0f0404cde2c3a6eb977dfc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: