From fc1afd86f7bd558270f1051da8caa72fe25ff762 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 8 Jan 2026 04:14:31 +0000 Subject: [PATCH 1/2] Initial plan From 6028d7af16980957858d1d4e027f0f34142f3941 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 8 Jan 2026 04:17:01 +0000 Subject: [PATCH 2/2] Update release workflow to include documentation PDFs in releases Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com> --- .github/workflows/release.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7e0dbfa..1c487e1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest - needs: build + needs: [build, build-docs] steps: - uses: actions/checkout@v6 @@ -60,6 +60,12 @@ jobs: name: artifacts-ubuntu-latest path: artifacts + - name: Download Documentation + uses: actions/download-artifact@v7 + with: + name: documentation + path: artifacts + - name: Clean Artifacts shell: bash run: rm -rf artifacts/test