From b91786ebb99673fea82b9d684961a1a00cd51b66 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 14 May 2026 01:51:02 +0000 Subject: [PATCH 1/2] Initial plan From 14c4df83c2c38f9eef47e0d3d858571bbf1e6e95 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 14 May 2026 01:52:14 +0000 Subject: [PATCH 2/2] Remove unused Pages permissions and steps from test job --- .github/workflows/pr-check.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index f366476..fa20310 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -50,8 +50,6 @@ jobs: actions: write checks: write contents: read - id-token: write - pages: write pull-requests: write security-events: write @@ -117,10 +115,6 @@ jobs: exit 1 fi - - name: Setup Pages - uses: actions/configure-pages@v6 - id: setup-pages - - name: Build site run: | hugo --gc --minify --baseURL "/" @@ -131,12 +125,6 @@ jobs: echo "::warning title=Invalid file permissions automatically fixed::$line" done - - name: Upload Pages artifact - uses: actions/upload-pages-artifact@v5 - with: - path: './${{ env.SITE_DIR }}' - retention-days: '7' - - name: HTML Proofer uses: chabad360/htmlproofer@c2750eb7eb937599ac859517e7dd23a29f1b3ed7 # v2 with: