Update docs.yml (#19)

This commit is contained in:
Jack Gerrits
2024-05-24 13:58:13 -04:00
committed by GitHub
parent f7353b24ec
commit fe7de35933

View File

@@ -34,11 +34,11 @@ jobs:
with:
python-version: '3.10'
- run: pip install ".[docs]"
- run: sphinx-build docs/src /docs/build
- run: sphinx-build docs/src /tmp/docsbuild
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: '/docs/build/html'
path: '/tmp/docsbuild/html'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4