From 08c0ef3dd26a4af8681fe46006acfc4e7eb766e0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 10 Jun 2026 09:38:26 +0000 Subject: [PATCH 1/2] Initial plan From 94a1d8cf73763c3f41a231e48a8b405010ba9787 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 10 Jun 2026 09:46:31 +0000 Subject: [PATCH 2/2] fix: retain pages artifact for delayed deploy reruns --- .github/workflows/render-book.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/render-book.yml b/.github/workflows/render-book.yml index f18ca4b..bf6e9a3 100644 --- a/.github/workflows/render-book.yml +++ b/.github/workflows/render-book.yml @@ -55,6 +55,7 @@ jobs: uses: actions/upload-pages-artifact@v3 with: path: _site + retention-days: 7 deploy: if: github.event_name == 'push' && github.ref == 'refs/heads/main'