We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ea418 commit 45cf279Copy full SHA for 45cf279
.github/workflows/ci.yml
@@ -17,7 +17,6 @@ env:
17
18
jobs:
19
deploy:
20
- if: ${{ github.repository != 'elastic/docs-builder' }}
21
runs-on: ubuntu-latest
22
permissions:
23
pages: write
@@ -38,7 +37,7 @@ jobs:
38
37
id: pages
39
uses: actions/[email protected]
40
- name: Build documentation
41
- uses: Mpdreamz/docset-builder@main
+ uses: elastic/doc-builder@main
42
with:
43
prefix: '${{ steps.repo-basename.outputs.value }}'
44
- name: Upload artifact
action.yml
@@ -12,5 +12,5 @@ inputs:
12
13
runs:
14
using: 'docker'
15
- image: "docker://ghcr.io/mpdreamz/docset-builder:edge"
+ image: "docker://ghcr.io/elastic/docs-builder:edge"
16
0 commit comments