Skip to content
Snippets Groups Projects
Commit f33f1ea3 authored by Arina Filatova's avatar Arina Filatova
Browse files

Update file .gitlab-ci.yml

parent 659ec801
No related branches found
No related tags found
No related merge requests found
Pipeline #406861 failed
image: node:20.8.0
stages:
- build
cache:
paths:
- node_modules/
pages:
stage: build
before_script:
- corepack enable
- corepack prepare pnpm@latest-9 --activate
- pnpm config set store-dir .pnpm-store
script:
- npm install
- npm run docs:build
- pnpm install
- pnpm run docs:build
artifacts:
paths:
- public
expire_in: 1 day
only:
- main
cache:
key:
files:
- pnpm-lock.yaml
paths:
- .pnpm-store
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment