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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user