diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f19d85a73..021067788 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,6 @@ env: jobs: deploy: - if: ${{ github.repository != 'elastic/docs-builder' }} runs-on: ubuntu-latest permissions: pages: write @@ -38,7 +37,7 @@ jobs: id: pages uses: actions/configure-pages@v5.0.0 - name: Build documentation - uses: Mpdreamz/docset-builder@main + uses: elastic/doc-builder@main with: prefix: '${{ steps.repo-basename.outputs.value }}' - name: Upload artifact diff --git a/action.yml b/action.yml index b660ca1cf..a9b25fc7b 100644 --- a/action.yml +++ b/action.yml @@ -12,5 +12,5 @@ inputs: runs: using: 'docker' - image: "docker://ghcr.io/mpdreamz/docset-builder:edge" + image: "docker://ghcr.io/elastic/docs-builder:edge" \ No newline at end of file