From 1c7e7fd2b2bef1eab9adc13a9781bb63fe4899e7 Mon Sep 17 00:00:00 2001 From: Phillip Moore Date: Sat, 7 Mar 2026 08:46:07 -0500 Subject: [PATCH 1/2] ci: use dev-docs container for docs CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Run docs workflow inside ghcr.io/wphillipmoore/dev-docs:latest. Java setup and Javadoc generation steps are retained — actions/setup-java works inside the Debian-based container. Relates-to: standard-tooling-docker#25 Co-Authored-By: Claude Opus 4.6 --- .github/workflows/docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9f3c5c7..f28b0eb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,6 +18,7 @@ jobs: deploy: name: "deploy: docs" runs-on: ubuntu-latest + container: ghcr.io/wphillipmoore/dev-docs:latest steps: - name: Checkout code uses: actions/checkout@v6 From dafa35ad5c78233a390326b1ad5daac418007031 Mon Sep 17 00:00:00 2001 From: Phillip Moore Date: Sat, 7 Mar 2026 08:50:33 -0500 Subject: [PATCH 2/2] chore: re-trigger CI with updated PR body Co-Authored-By: Claude Opus 4.6