diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1f84d94..4f4c680 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,18 +19,19 @@ jobs: - name: Setup pnpm uses: pnpm/action-setup@v4 + run: ls -la docs/.vuepress/dist - - name: Setup Node - uses: actions/setup-node@v4 - with: - node-version: 20 - cache: pnpm - - - 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 Node +# uses: actions/setup-node@v4 +# with: +# node-version: 20 +# cache: pnpm +# +# - 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