Skip to content

feat: partial viewer updates and many small fixes and improvements (#… #195

feat: partial viewer updates and many small fixes and improvements (#…

feat: partial viewer updates and many small fixes and improvements (#… #195

Workflow file for this run

name: ci-docs
on:
workflow_dispatch:
push:
paths:
- "docs/**"
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.41.3
environments: tests
cache: true
- name: Build Documentation
run: pixi run docs
- name: Upload to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/html/