From b9113cd67f0c7c1e0e771e6cd0c572c5eb814e55 Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Fri, 6 Mar 2026 21:29:03 -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 99cae28..aad6def 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 7e27744..8b3cc78 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