Skip to content

Update copyright year in test_main #13

Update copyright year in test_main

Update copyright year in test_main #13

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