Skip to content

Commit 5d53377

Browse files
authored
Use library-documentation-action-v2 in release workflow (#199)
1 parent 1ecb7e3 commit 5d53377

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ permissions:
99
contents: read
1010
pages: write
1111
id-token: write
12+
packages: read
1213

1314
concurrency:
1415
group: "update-documentation"
@@ -50,7 +51,7 @@ jobs:
5051
- name: Checkout
5152
uses: actions/checkout@v6.0.2
5253
- name: Generate documentation
53-
uses: ponylang/library-documentation-action@via-github-action
54+
uses: docker://ghcr.io/ponylang/library-documentation-action-v2:release
5455
with:
5556
site_url: "https://ponylang.github.io/action-testing/"
5657
library_name: "http"

0 commit comments

Comments
 (0)