From 8d3b2d017473b05f28ed8e5ee747838942f37187 Mon Sep 17 00:00:00 2001 From: Ed Burns Date: Sun, 31 May 2026 23:02:53 -0700 Subject: [PATCH 1/3] Rewrite deploy-site.yml for cross-repo builds from monorepo Replace the self-contained site build workflow with one that: - Is triggered only by workflow_dispatch (from the monorepo's release workflow) - Accepts version, publish_as_latest, and monorepo_tag inputs - Checks out github/copilot-sdk at the release tag for source code - Builds the Maven Site from the monorepo's java/ directory - Deploys to this repo's gh-pages branch - Detects versions from deployed directories (no tags needed in this repo) Also update index.html template links to point to the monorepo (github/copilot-sdk/tree/main/java) instead of this archived repo. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/templates/index.html | 4 +- .github/workflows/deploy-site.yml | 299 ++++++++++-------------------- 2 files changed, 99 insertions(+), 204 deletions(-) diff --git a/.github/templates/index.html b/.github/templates/index.html index d273ad0746..04f83dfca0 100644 --- a/.github/templates/index.html +++ b/.github/templates/index.html @@ -18,7 +18,7 @@

GitHub Copilot SDK for Java

The official SDK for building AI-powered tools with GitHub Copilot's agentic runtime.

- + View on GitHub @@ -75,7 +75,7 @@

Available Versions