base url
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Michael Zhang 2023-09-21 18:20:22 -05:00
parent 4d68818eb7
commit b7250ef8ff

View file

@ -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