diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index d789cc0..4f162c5 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -28,12 +28,11 @@ jobs: version: 8 - name: 切换工作目录 - run: echo "Switching to docs directory" + run: cd docs - name: 设置 Node.js uses: actions/setup-node@v3 - run: cd docs with: node-version: 20 cache: pnpm