diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index a95f775..e5f6b3d 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -32,6 +32,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 + - name: Install dependencies + run: pnpm install + - name: Prettier run: pnpm prettier