We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ecb7e3 commit 5d53377Copy full SHA for 5d53377
.github/workflows/release.yml
@@ -9,6 +9,7 @@ permissions:
9
contents: read
10
pages: write
11
id-token: write
12
+ packages: read
13
14
concurrency:
15
group: "update-documentation"
@@ -50,7 +51,7 @@ jobs:
50
51
- name: Checkout
52
uses: actions/checkout@v6.0.2
53
- name: Generate documentation
- uses: ponylang/library-documentation-action@via-github-action
54
+ uses: docker://ghcr.io/ponylang/library-documentation-action-v2:release
55
with:
56
site_url: "https://ponylang.github.io/action-testing/"
57
library_name: "http"
0 commit comments