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

fix deploy stage

parent dabdca0b
1 merge request!398Update SymPy Dependency + Pipeline Cleanup
Pipeline #67373 passed with stages
in 21 minutes and 37 seconds
This commit is part of merge request !398. Comments created here will be created in the context of that merge request.
...@@ -3,6 +3,7 @@ stages: ...@@ -3,6 +3,7 @@ stages:
- test - test
- nightly - nightly
- docs - docs
- deploy
# -------------------------- Templates ------------------------------------------------------------------------------------ # -------------------------- Templates ------------------------------------------------------------------------------------
...@@ -296,7 +297,7 @@ build-documentation: ...@@ -296,7 +297,7 @@ build-documentation:
pages: pages:
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
# extends: .every-commit # extends: .every-commit
stage: docs stage: deploy
needs: ["build-documentation"] needs: ["build-documentation"]
script: script:
- ls -l - ls -l
......
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