Skip to content

Updated pairplot

Updated pairplot #7

Workflow file for this run

name: Build Docs
on:
push:
branches:
- main
jobs:
docs:
name: Build Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Installing dependencies
run: pip install mkdocs-material
- name: Build and deploy docs
run: mkdocs gh-deploy