add pages stage
This commit is contained in:
parent
64ffc7ac56
commit
d2841500a8
1 changed files with 2 additions and 1 deletions
|
@ -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/*
|
||||
|
|
Loading…
Add table
Reference in a new issue