forked from nutomic/joinpeertube
Merge branch 'master' into 'master'
Aperçu sur les Gitlab Pages du fork de l’utilisateur See merge request framasoft/joinpeertube!10
This commit is contained in:
commit
1fc01cdfde
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