diff --git a/.woodpecker.yml b/.woodpecker.yml index c7f88e5..407703e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,7 @@ pipeline: image: node:18 commands: - npm ci - - npm run build + - npm run build -- --site https://mzhang.io --base /mlm deploy: image: alpine