diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50e88b0..4a0c331 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - run: pnpm install --frozen-lockfile - name: Build - run: pnpm docs:build + run: pnpm build - name: Deploy uses: peaceiris/actions-gh-pages@v3