Added pages tag and fixed path of dist

This commit is contained in:
2024-11-18 15:20:00 +01:00
parent 4872f61dd2
commit d572419762

View File

@@ -10,6 +10,7 @@ stages:
image: node:18 image: node:18
pages: pages:
stage: pages stage: pages
pages: true
cache: cache:
paths: paths:
- node_modules/ - node_modules/
@@ -17,7 +18,7 @@ pages:
npm install npm install
npm run build npm run build
mkdir public mkdir public
cp -R .vitepress/dist/* public cp -R ./docs/.vitepress/dist/* ./public
artifacts: artifacts:
paths: paths:
- public - public