mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-12-22 16:46:04 +00:00
Put in the fully resolved path
This commit is contained in:
parent
8a6c9581de
commit
7038472d33
1 changed files with 1 additions and 2 deletions
|
@ -3,13 +3,12 @@ image: "node:lts-slim"
|
||||||
cache:
|
cache:
|
||||||
key: ${CI_COMMIT_REF_SLUG}
|
key: ${CI_COMMIT_REF_SLUG}
|
||||||
paths:
|
paths:
|
||||||
- $(npm config get cache)
|
- /root/.npm
|
||||||
- ./.cache
|
- ./.cache
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- npm config get cache
|
|
||||||
- npm ci --production
|
- npm ci --production
|
||||||
- npm run release
|
- npm run release
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue