diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f11fbd063..fff6eea79 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Setup Pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Install dependencies run: npm ci - name: Build with Eleventy