Skip to content

[CLOUD-576] Remove GPU worker documentation #508

[CLOUD-576] Remove GPU worker documentation

[CLOUD-576] Remove GPU worker documentation #508

Workflow file for this run

name: mkdocs-test
on: pull_request
jobs:
test-docs-build:
runs-on: ubuntu-latest
steps:
- name: Checkout main repo
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: install deps
run: pip3 install pip==22.0.3 && pip3 install 'git+https://github.com/logicalclocks/feature-store-api@master#egg=hsfs[docs]&subdirectory=python' mkdocs-minify-plugin
- name: setup git
run: |
git config --global user.name Mike
git config --global user.email [email protected]
- name: mike deploy docs
run: mike deploy 3.2-SNAPSHOT dev -u