Skip to content

Update graph optimization enums and add usage examples in documentati… #307

Update graph optimization enums and add usage examples in documentati…

Update graph optimization enums and add usage examples in documentati… #307

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- develop
jobs:
build-and-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Install mkdocs
run: |
python -m pip install mkdocs
- name: Install mkdocs-material
run: |
python -m pip install mkdocs-material 'mkdocstrings[python]'
- name: Publish docs
run: |
mkdocs gh-deploy --force