From 95378f95be101824c4dadc7aff71e281c2d34b38 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 8 Feb 2026 02:42:55 +0000 Subject: [PATCH 1/2] Initial plan From 9f1b61c818deb3739554500afb7b383b0031d694 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 8 Feb 2026 02:43:51 +0000 Subject: [PATCH 2/2] Add Prepare pages content step to copy resume.html to index.html Co-authored-by: lyninx <8812109+lyninx@users.noreply.github.com> --- .github/workflows/static.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 7020378..c22f15b 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -30,6 +30,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Prepare pages content + run: cp ./examples/resume/resume.html ./examples/resume/index.html - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact