Skip to content
Snippets Groups Projects
Commit 3d91387a authored by Luca's avatar Luca
Browse files

Add gitlab pages

parent 3694b8d2
No related branches found
No related tags found
No related merge requests found
image: node:18
cache:
paths:
- node_modules/
pages:
stage: deploy
script:
- npm install
- npm run build
- mv build public
artifacts:
paths:
- public
only:
- main
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment