Skip to content

Commit

Permalink
Use library-documentation-action from GitHub Container Registry (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen authored Aug 30, 2023
1 parent eb2a217 commit 024682e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Generate documentation and upload
uses: docker://ponylang/library-documentation-action:release
uses: docker://ghcr.io/ponylang/library-documentation-action:release
with:
site_url: "https://ponylang.github.io/corral/"
library_name: "corral"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Generate documentation and upload
uses: docker://ponylang/library-documentation-action:release
uses: docker://ghcr.io/ponylang/library-documentation-action:release
with:
site_url: "https://ponylang.github.io/corral/"
library_name: "corral"
Expand Down

0 comments on commit 024682e

Please sign in to comment.