diff --git a/.github/workflows/generate-documentation.yml b/.github/workflows/generate-documentation.yml index 49413e7d..398a7d30 100644 --- a/.github/workflows/generate-documentation.yml +++ b/.github/workflows/generate-documentation.yml @@ -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" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c462b8b..00fa4032 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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"