From 6e2cf0b796b73832c103d13ba8e313b37fd9ce99 Mon Sep 17 00:00:00 2001 From: tannevaled Date: Sun, 30 Aug 2026 18:05:23 +0200 Subject: [PATCH] ci: take configure-pages v6 and deploy-pages v5 Renovate proposed both (#6, #7) against a workflow that ran on no pull request, so neither carried a single check: `total_count: 0` on both head commits. They are applied here instead, on top of the workflow that now builds on a pull request, so that a change to the machinery that publishes the site is proved by the machinery itself before it reaches main. Co-Authored-By: Claude Opus 5 --- .github/workflows/deploy-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 97ffd84..33e6163 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -41,7 +41,7 @@ jobs: - name: Configure Pages id: pages - uses: actions/configure-pages@v5 + uses: actions/configure-pages@v6 - name: Build landing page run: hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/" @@ -68,4 +68,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5