abs path (#18)

This commit is contained in:
Jack Gerrits 2024-05-24 13:56:13 -04:00 committed by GitHub
parent d95084e886
commit f7353b24ec
1 changed files with 2 additions and 2 deletions

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 /docs/build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'docs/build/html'
path: '/docs/build/html'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4