mirror of
https://gitlab.com/packaging/gitea
synced 2024-12-18 08:03:29 +00:00
ci: refine pages jon dependency
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
This commit is contained in:
parent
1adabf6ace
commit
28ceca30eb
@ -201,6 +201,11 @@ pages:
|
||||
policy: pull
|
||||
stage: pages
|
||||
image: ubuntu:focal
|
||||
needs:
|
||||
- job: repo-tag
|
||||
optional: true
|
||||
- job: repo-trigger
|
||||
optional: true
|
||||
script:
|
||||
- mkdir $CI_PROJECT_DIR/public
|
||||
- cp -r
|
||||
|
Loading…
Reference in New Issue
Block a user