Skip to content

added sample with fragment progress #181

added sample with fragment progress

added sample with fragment progress #181

Workflow file for this run

name: 🐙 Publish to Github Pages
on:
push:
branches:
- main
jobs:
build:
name: 📄 Deploy Docs
runs-on: ubuntu-latest
steps:
- name: Checkout 🚚
uses: actions/[email protected]
- name: Set up Python 🐍
uses: actions/[email protected]
with:
python-version: 3.12
- name: Install dependencies ⚙️
run: |
pip install -U -e .[docs]
- name: Build Sphinx Documentation 📄
run: |
cd docs
make html
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: docs/_build/html