From e85549b3e2479a741a38a7b67b1432ef5d2f3c75 Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Fri, 6 Mar 2026 21:28:44 -0500 Subject: [PATCH] Switch to library-documentation-action-v2 mkdocs-material no longer has a separate insiders version, so we no longer need a separate insiders build of the documentation action. --- .github/workflows/generate-documentation.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index 30135e8..542be7a 100644 --- a/.github/workflows/generate-documentation.yml +++ b/.github/workflows/generate-documentation.yml @@ -21,7 +21,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest container: - image: ghcr.io/ponylang/library-documentation-action-v2-insiders:release + image: ghcr.io/ponylang/library-documentation-action-v2:release steps: - name: Checkout uses: actions/checkout@v4.1.1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1cfaa4..a134d4c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: needs: - pre-artefact-creation container: - image: ghcr.io/ponylang/library-documentation-action-v2-insiders:release + image: ghcr.io/ponylang/library-documentation-action-v2:release steps: - name: Checkout uses: actions/checkout@v4.1.1