diff --git a/.build.yml b/.build.yml index 2a21e05..d21e5eb 100644 --- a/.build.yml +++ b/.build.yml @@ -11,14 +11,14 @@ environment: REPO: mcfly tasks: - push-mirror: | - cd mcfly + cd ~/"${REPO}" git config --global credential.helper store git push --mirror "https://github.com/${GH_USER}/${REPO}" - install-deps: | - cd mcfly + cd ~/"${REPO}" pnpm i - build: | - cd mcfly + cd ~/"${REPO}" pnpm -F site run build - deploy: | cd mcfly