ci(pages): path must be public/ folder
This commit is contained in:
parent
33396b869d
commit
66343ae342
|
@ -6,13 +6,12 @@ pages:
|
|||
- git clone --depth 5 https://gitlab.com/curben/urlhaus-filter.git urlhaus-filter/
|
||||
|
||||
script:
|
||||
- cd urlhaus-filter/
|
||||
- mkdir -p public/
|
||||
- cp urlhaus-filter-* public/
|
||||
- cp urlhaus-filter/urlhaus-filter-* public/
|
||||
|
||||
artifacts:
|
||||
paths:
|
||||
- urlhaus-filter/public/
|
||||
- public/
|
||||
|
||||
rules:
|
||||
- if: '$CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "schedule"'
|
||||
|
|
Loading…
Reference in New Issue