diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index 5b260b1..d4ff25c 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -18,6 +18,6 @@ jobs: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} TARGET_REPO: username/repo TARGET_BRANCH: master - BUILD_SCRIPT: yarn && yarn docs:build + BUILD_SCRIPT: npm install && npm run build BUILD_DIR: docs/.vuepress/dist CNAME: https://www.it4c.dev \ No newline at end of file