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
pages:
stage: pages
pages: true
cache:
paths:
- node_modules/
@@ -17,7 +18,7 @@ pages:
npm install
npm run build
mkdir public
cp -R .vitepress/dist/* public
cp -R ./docs/.vitepress/dist/* ./public
artifacts:
paths:
- public