Skip to content

Bump to 1.3.4 to deal with fix to iterating over MultiPanel and Stack… #48

Bump to 1.3.4 to deal with fix to iterating over MultiPanel and Stack…

Bump to 1.3.4 to deal with fix to iterating over MultiPanel and Stack… #48

name: Build Docs
on:
push:
branches: [main] # branch to trigger deployment
jobs:
pages:
runs-on: ubuntu-20.04
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
permissions:
pages: write
id-token: write
steps:
- id: deployment
uses: sphinx-notes/pages@v3
with:
documentation_path: ./docs/source