diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 80fc97e..36a6153 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,12 +27,6 @@ jobs: with: node-version: 22 - # Enables GitHub Pages on first run so no manual Settings toggle is needed. - - name: Configure Pages - uses: actions/configure-pages@v5 - with: - enablement: true - - name: Install dependencies run: npm install --no-audit --no-fund