1
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-06-29 05:46:59 +01:00

Put in the fully resolved path

This commit is contained in:
Jake Howard 2020-09-30 20:13:36 +01:00
parent 8a6c9581de
commit 7038472d33
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -3,13 +3,12 @@ image: "node:lts-slim"
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- $(npm config get cache)
- /root/.npm
- ./.cache
pages:
stage: deploy
script:
- npm config get cache
- npm ci --production
- npm run release
artifacts: