mirror of
https://github.com/RealOrangeOne/notes.git
synced 2024-11-16 19:39:24 +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:
|
||||
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:
|
||||
|
|
Loading…
Reference in a new issue