diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 06969b4..337e000 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - name: install and build run: | npm install - npm build + npm run build # 自动部署到pages分支 - name: deploy to pages uses: peaceiris/actions-gh-pages@v3