changed Reference from Seldon Deploy to Seldon Enterprise Platform (#… #3069
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: V1 Docs Test | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
docs-lint: | |
runs-on: ubuntu-latest | |
container: seldonio/core-builder:0.30 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: docs-link-step | |
run: | | |
make -C doc install-dev linkcheck | |
docs-build: | |
runs-on: ubuntu-latest | |
container: seldonio/core-builder:0.30 | |
# TODO Re-generate OpenInference Protocol v2 README | |
steps: | |
- uses: actions/checkout@v4 | |
- name: docs-build-step | |
run: | | |
make -C doc install-dev html |