Skip to content

Remove deprecated selection in skill, score, etc. #1152

Remove deprecated selection in skill, score, etc.

Remove deprecated selection in skill, score, etc. #1152

Workflow file for this run

name: Build documentation
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Install modelskill
run: |
pip install .[dev]
- name: Mkdocs build
run: mkdocs build