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

fix deploy stage

parent dabdca0b
No related branches found
No related tags found
1 merge request!398Update SymPy Dependency + Pipeline Cleanup
Pipeline #67373 passed
...@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment