mirror of
https://gitlab.com/djdietrick/docs
synced 2026-05-03 00:20:54 -04:00
Added pages tag and fixed path of dist
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user