diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 919bfc8..1d7e2ed 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,15 +20,14 @@ jobs: uses: actions/setup-node@v3 with: node-version: '18' - - name: Install pnpm run: npm install -g pnpm - - name: Install dependencies run: pnpm install - - name: Build the Astro site run: pnpm build + - name: Setup Pages + uses: actions/configure-pages@v5 - name: Upload static files as artifact id: deployment uses: actions/upload-pages-artifact@v3