Skip to content

Updated LightGBM to 4.1 and Optuna to 3.3, and the other packages #43

Updated LightGBM to 4.1 and Optuna to 3.3, and the other packages

Updated LightGBM to 4.1 and Optuna to 3.3, and the other packages #43

Workflow file for this run

name: mkdocs
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocstrings[python] mkdocs-jupyter
- run: mkdocs gh-deploy --force