diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ed1f80..16816a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,23 +59,23 @@ cargo-coverage: coverage_format: cobertura path: coverage.xml -cargo-doc: - stage: test - needs: ["cargo-test"] - script: - - cargo doc --no-deps --all-features +# cargo-doc: +# stage: test +# needs: ["cargo-test"] +# script: +# - cargo doc --no-deps --all-features -pages: - stage: test - needs: [ "cargo-test" ] - script: - - cargo doc --no-deps --all-features - - cp -R target/doc/ ./public - artifacts: - paths: - - 'public' - rules: - - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH +# pages: +# stage: test +# needs: [ "cargo-test" ] +# script: +# - cargo doc --no-deps --all-features +# - cp -R target/doc/ ./public +# artifacts: +# paths: +# - 'public' +# rules: +# - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH # lint-code: # stage: extras