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