Skip to content

Commit 2be80ad

Browse files
authored
Switch to library-documentation-action-v2 (#24)
mkdocs-material no longer has a separate insiders version, so we no longer need a separate insiders build of the documentation action.
1 parent e8c1e9e commit 2be80ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
url: ${{ steps.deployment.outputs.page_url }}
2222
runs-on: ubuntu-latest
2323
container:
24-
image: ghcr.io/ponylang/library-documentation-action-v2-insiders:release
24+
image: ghcr.io/ponylang/library-documentation-action-v2:release
2525
steps:
2626
- name: Checkout
2727
uses: actions/checkout@v4.1.1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
needs:
4141
- pre-artefact-creation
4242
container:
43-
image: ghcr.io/ponylang/library-documentation-action-v2-insiders:release
43+
image: ghcr.io/ponylang/library-documentation-action-v2:release
4444
steps:
4545
- name: Checkout
4646
uses: actions/checkout@v4.1.1

0 commit comments

Comments
 (0)