Skip to content

Add FSDP support (#301) #105

Add FSDP support (#301)

Add FSDP support (#301) #105

Workflow file for this run

# source: https://github.com/sphinx-notes/pages
name: Deploy Sphinx documentation to Pages
on:
push:
branches: [main] # branch to trigger deployment
jobs:
pages:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
permissions:
pages: write
id-token: write
steps:
- name: Install dependencies
run: |
sudo apt-get update && sudo apt-get install -y pandoc
python -m pip install --upgrade pip
- id: deployment
uses: sphinx-notes/pages@v3
with:
documentation_path: ./docs/source/
pyproject_extras: docs