Address CVE SNYK-PYTHON-WERKZEUG-6035177 and SNYK-PYTHON-WERKZEUG-680… #3070
Workflow file for this run
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 |