Skip to content
Snippets Groups Projects
Commit b345c7ec authored by Yassine Doghri's avatar Yassine Doghri
Browse files

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

parent 6dc98b32
Branches
Tags
No related merge requests found
Pipeline #17619 failed
Pipeline: Castopod

#17620

    ......@@ -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
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment