add pages stage

This commit is contained in:
Maximilian Keßler 2021-10-24 10:14:08 +02:00
parent 64ffc7ac56
commit d2841500a8

View file

@ -1,7 +1,7 @@
stages: # List of stages for jobs, and their order of execution
- get
- build
- deploy
- pages
get-build-repo: # This job runs in the build stage, which runs first.
@ -59,6 +59,7 @@ build-packages: # This job runs in the deploy stage.
pages:
stage: pages
artifacts:
paths:
- build/*