Fix
This commit is contained in:
parent
f6b5627eaf
commit
8f1bdbfc7a
|
@ -43,7 +43,12 @@ build chrome:
|
|||
- ClearUrls_chrome.zip
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
stage: deploy
|
||||
script:
|
||||
- mkdir public
|
||||
- mv GitLabPages/* public/
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- master
|
Loading…
Reference in New Issue
Block a user