Skip to content
Snippets Groups Projects
Commit 71b2124c authored by Ilya Zhukov's avatar Ilya Zhukov
Browse files

Create CI configuration

parent 5519e0b8
No related branches found
No related tags found
No related merge requests found
image: node:latest
# allow caching for faster deployment
cache:
paths:
- node_modules/
- public/
- .cache/
pages:
tags:
- public-docker
stage: deploy
script:
- yarn install
- yarn build:gitlab
artifacts:
paths:
- public
only:
- main
......@@ -6,6 +6,7 @@
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"build:gitlab": "docusaurus build --out-dir public",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment