diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e4669d4..424d999 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: bundler-cache: true - name: Setup Pages id: pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Build with middleman # Outputs to the './_site' directory by default run: bundle exec middleman build