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 18add70 commit acc4540Copy full SHA for acc4540
.github/workflows/preview.yml
@@ -61,10 +61,6 @@ jobs:
61
./docs-builder --strict --path-prefix "/${GITHUB_REPOSITORY}/pull/${{ github.event.pull_request.number }}"
62
63
- name: Build documentation
64
- if: github.repository != 'elastic/docs-builder'
65
- run: |
66
- echo "Building documentation for ${GITHUB_REPOSITORY}"
67
- - name: Build public documentation
68
if: github.repository != 'elastic/docs-builder'
69
uses: elastic/docs-builder@main
70
continue-on-error: ${{ inputs.strict != 'true' }} # Will be removed after the migration phase
0 commit comments