Skip to content

Commit 45cf279

Browse files
authored
Re-enable publish and use this repos action (#85)
1 parent e4ea418 commit 45cf279

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ env:
1717

1818
jobs:
1919
deploy:
20-
if: ${{ github.repository != 'elastic/docs-builder' }}
2120
runs-on: ubuntu-latest
2221
permissions:
2322
pages: write
@@ -38,7 +37,7 @@ jobs:
3837
id: pages
3938
uses: actions/[email protected]
4039
- name: Build documentation
41-
uses: Mpdreamz/docset-builder@main
40+
uses: elastic/doc-builder@main
4241
with:
4342
prefix: '${{ steps.repo-basename.outputs.value }}'
4443
- name: Upload artifact

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ inputs:
1212

1313
runs:
1414
using: 'docker'
15-
image: "docker://ghcr.io/mpdreamz/docset-builder:edge"
15+
image: "docker://ghcr.io/elastic/docs-builder:edge"
1616

0 commit comments

Comments
 (0)