Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MSP-Maastricht
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
2024 Competition
MSP-Maastricht
Commits
f33f1ea3
Commit
f33f1ea3
authored
7 months ago
by
Arina Filatova
Browse files
Options
Downloads
Patches
Plain Diff
Update file .gitlab-ci.yml
parent
659ec801
No related branches found
No related tags found
No related merge requests found
Pipeline
#406861
failed
7 months ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+12
-8
12 additions, 8 deletions
.gitlab-ci.yml
with
12 additions
and
8 deletions
.gitlab-ci.yml
+
12
−
8
View file @
f33f1ea3
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
-
p
npm install
-
p
npm run docs:build
artifacts
:
paths
:
-
public
expire_in
:
1 day
only
:
-
main
cache
:
key
:
files
:
-
pnpm-lock.yaml
paths
:
-
.pnpm-store
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment