This commit is contained in:
parent
4d68818eb7
commit
b7250ef8ff
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pipeline:
|
||||||
image: node:18
|
image: node:18
|
||||||
commands:
|
commands:
|
||||||
- npm ci
|
- npm ci
|
||||||
- npm run build
|
- npm run build -- --site https://mzhang.io --base /mlm
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: alpine
|
image: alpine
|
||||||
|
|
Loading…
Reference in a new issue