Sfoglia il codice sorgente

CI: Remove the docs-build job

The artifacts it produces were no longer used since we switched to
mkdocs.
environments/review-fix-dokku-evrk7p/deployments/949
rinpatch 4 anni fa
parent
commit
d5dc0c4a7e
1 ha cambiato i file con 0 aggiunte e 16 eliminazioni
  1. +0
    -16
      .gitlab-ci.yml

+ 0
- 16
.gitlab-ci.yml Vedi File

@@ -29,22 +29,6 @@ build:
- mix deps.get
- mix compile --force

docs-build:
stage: build
only:
- master@pleroma/pleroma
- develop@pleroma/pleroma
variables:
MIX_ENV: dev
PLEROMA_BUILD_ENV: prod
script:
- mix deps.get
- mix compile
- mix docs
artifacts:
paths:
- priv/static/doc

benchmark:
stage: benchmark
variables:


Loading…
Annulla
Salva