Skip to content
Snippets Groups Projects
Commit 5e9abc0e authored by Frederik Hennig's avatar Frederik Hennig
Browse files

fix doc stages

parent 4e3d4b43
1 merge request!169Upgrade SymPy Version & Extend CI
This commit is part of merge request !169. Comments created here will be created in the context of that merge request.
...@@ -2,6 +2,7 @@ stages: ...@@ -2,6 +2,7 @@ stages:
- pretest - pretest
- test - test
- nightly - nightly
- docs
- deploy - deploy
# -------------------------- Templates ------------------------------------------------------------------------------------ # -------------------------- Templates ------------------------------------------------------------------------------------
...@@ -243,7 +244,8 @@ nightly-sympy: ...@@ -243,7 +244,8 @@ nightly-sympy:
# -------------------- Documentation and deploy ------------------------------------------------------------------------ # -------------------- Documentation and deploy ------------------------------------------------------------------------
build-documentation: build-documentation:
stage: test stage: docs
needs: []
extends: .every-commit extends: .every-commit
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/documentation image: i10git.cs.fau.de:5005/pycodegen/pycodegen/documentation
before_script: before_script:
...@@ -264,6 +266,7 @@ build-documentation: ...@@ -264,6 +266,7 @@ build-documentation:
pages: pages:
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
stage: deploy stage: deploy
needs: ["build-documentation"]
script: script:
- ls -l - ls -l
- mv coverage_report html_doc - mv coverage_report html_doc
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment