diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0982fd5..533434a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,7 +12,6 @@ jobs: runs-on: ubuntu-latest permissions: id-token: write - pages: write steps: - name: Checkout repository uses: actions/checkout@v6 @@ -32,18 +31,3 @@ jobs: - name: Build run: npm run build - - - name: Set up GitHub pages - if: github.ref == 'refs/heads/main' - uses: actions/configure-pages@v5 - - - name: Upload artifact to pages - if: github.ref == 'refs/heads/main' - uses: actions/upload-pages-artifact@v4 - with: - path: dist - - - name: Deploy to GitHub Pages - if: github.ref == 'refs/heads/main' - id: deployment - uses: actions/deploy-pages@v4