mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-28 13:02:02 +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
|
name: production
|
||||||
url: https://docs.castopod.org/
|
url: https://docs.castopod.org/
|
||||||
script:
|
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:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- docs/dist/$CI_COMMIT_REF_SLUG
|
- docs/dist/$CI_COMMIT_REF_SLUG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user