[FSTORE-1346][FSTORE-1212][HWORKS-742] Doc dependency update, latest version warning banner, external FG online #680
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: mkdocs-test | |
on: pull_request | |
jobs: | |
test-docs-build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout main repo | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- uses: actions/setup-python@v5 | |
with: | |
python-version: "3.10" | |
- name: install deps | |
run: pip3 install 'git+https://github.com/logicalclocks/feature-store-api@master#egg=hsfs[docs]&subdirectory=python' linkchecker | |
- name: setup git | |
run: | | |
git config --global user.name Mike | |
git config --global user.email mike@docs.hopsworks.ai | |
- name: mike deploy docs | |
run: mike deploy 3.2-SNAPSHOT dev -u |