Skip to content

Style updates

Style updates #7

Workflow file for this run

name: Build Documentation
permissions:
contents: write
on:
push:
branches:
- 'stable'
tags-ignore:
- '**'
jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install and Build
run: |
make .venv
make docs-install-deps
make docs-build
- name: Deploy
uses: JamesIves/[email protected]
if: github.ref == 'refs/heads/stable'
with:
branch: gh-pages
folder: site