Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Implement graph syntax #17

Implement graph syntax

Implement graph syntax #17

Workflow file for this run

name: documentation
on:
push:
branches:
- master
permissions:
contents: write
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
make install-sphinx
- name: Sphinx build
run: |
make doc
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/build/html