ci(docs): fix typo on outDir path when building docs

This commit is contained in:
Yassine Doghri 2024-05-24 09:27:24 +00:00
parent 6dc98b329b
commit b345c7ecd2

View File

@ -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