diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 978c695..325fec3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,20 +14,18 @@ jobs: http_proxy: http://10.255.0.1:7890 https_proxy: http://10.255.0.1:7890 steps: -# - name: Checkout -# uses: actions/checkout@v4 -# -# - name: Setup pnpm -# uses: pnpm/action-setup@v4 + - name: Checkout + uses: actions/checkout@v4 - - name: test - run: curl -x http://10.255.0.1:7890 ip.sb -# -# - name: Install dependencies -# run: pnpm install -# -# - name: Build -# run: pnpm run docs:build -# -# - name: Show build output -# run: ls -la docs/.vuepress/dist \ No newline at end of file + - name: Setup pnpm + uses: pnpm/action-setup@v4 + + + - name: Install dependencies + run: pnpm install + + - name: Build + run: pnpm run docs:build + + - name: Show build output + run: ls -la docs/.vuepress/dist \ No newline at end of file