1
0
Fork 0

Make gitlab pages work by renaming dist to public.

This commit is contained in:
ChaotiCryptidz - 2021-11-21 12:32:46 +00:00
parent 26c16372fb
commit 6e884d25a6

View file

@ -5,6 +5,7 @@ pages:
- apk add nodejs npm git
- npm install --save-dev
- npx webpack
- mv dist public
artifacts:
paths:
- dist
- public