Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -140,8 +140,8 @@ pages: script: - echo "Current directory $(pwd)" - echo "Building docs..." # - sphinx-apidoc -o docs/source noctua - sphinx-build -b html docs/source public - sphinx-apidoc -o docs/source noctua - sphinx-build -b html docs/source docs/public artifacts: paths: - . # Pass the modified workspace Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -140,8 +140,8 @@ pages: script: - echo "Current directory $(pwd)" - echo "Building docs..." # - sphinx-apidoc -o docs/source noctua - sphinx-build -b html docs/source public - sphinx-apidoc -o docs/source noctua - sphinx-build -b html docs/source docs/public artifacts: paths: - . # Pass the modified workspace Loading