Skip to content
Snippets Groups Projects
Commit 866fb5d0 authored by resynth1943's avatar resynth1943
Browse files

Add GitLab CI config

parent 515d3b3e
No related branches found
No related tags found
No related merge requests found
image: alpine:latest
pages:
stage: deploy
script:
- apk add --no-cache nodejs
- apk add --no-cache npm
- npm install -g pnpm
- pnpm install
- npm run build
- cp -r _site ./public/
artifacts:
paths:
- public
only:
- master
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