Preview on user’s Gitlab Pages
This commit is contained in:
parent
9cfc4cfad5
commit
5d932cdbbf
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ deploy:
|
|||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- hugo -b "https://joinpeertube.framalab.org/"
|
||||
- hugo -b "https://$GITLAB_USER_LOGIN.frama.io/$CI_PROJECT_NAME/"
|
||||
- rm public/js/pathnamereplace.js
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
Loading…
Reference in a new issue