diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e060a1d..158a2c3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,6 +27,8 @@ jobs: uses: actions/checkout@v4 - name: Setup Pages uses: actions/configure-pages@v4 + with: + enablement: true # Enable GitHub Pages if it's not already - name: Install dependencies run: npm ci - name: Build with Eleventy