mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
ci(docs): fix typo on outDir path when building docs
This commit is contained in:
parent
6dc98b329b
commit
b345c7ecd2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user