diff --git a/docs/.gitlab-ci.yml b/docs/.gitlab-ci.yml index b49a9f31..8221f5b3 100644 --- a/docs/.gitlab-ci.yml +++ b/docs/.gitlab-ci.yml @@ -40,7 +40,7 @@ build-production: name: production url: https://docs.castopod.org/ script: - - pnpm run build --outDir=docs/.dist/$CI_COMMIT_REF_SLUG --base=$CI_COMMIT_REF_SLUG + - pnpm run build --outDir=docs/dist/$CI_COMMIT_REF_SLUG --base=$CI_COMMIT_REF_SLUG artifacts: paths: - docs/dist/$CI_COMMIT_REF_SLUG