Skip to content

Update version to v1.1.0 #14

Update version to v1.1.0

Update version to v1.1.0 #14

Workflow file for this run

name: Docs
on:
push:
tags: 'v*'
workflow_dispatch:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true
- name: Build docs
run: |
pip3 install --upgrade pip
pip3 install .[dev]
cd docs
mkdocs build
- name: Deploy to GitHub pages 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/site