forked from nutomic/joinpeertube
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:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- hugo -b "https://joinpeertube.framalab.org/"
|
- hugo -b "https://$GITLAB_USER_LOGIN.frama.io/$CI_PROJECT_NAME/"
|
||||||
|
- rm public/js/pathnamereplace.js
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
Loading…
Reference in a new issue