diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44a1299..112a70c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,9 +24,6 @@ pages: stage: deploy script: - hugo - - mkdir .public - - cp -r * .public - - mv .public public artifacts: paths: - public diff --git a/config.toml b/config.toml index c9ebe22..4aa195f 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # hostname (and path) to the root eg. https://appernetic.github.io/ -baseurl = "/" +baseurl = "/joinpeertube/" # Remark if you want to disable multilingual support. DefaultContentLanguage = "fr"