Move python code to subdir (#98)

This commit is contained in:
Jack Gerrits
2024-06-20 15:19:56 -04:00
committed by GitHub
parent c9e09e2d27
commit d365a588cb
102 changed files with 57 additions and 51 deletions

View File

@@ -33,10 +33,11 @@ jobs:
- name: Install Hatch
uses: pypa/hatch@install
- run: hatch run docs:build
working-directory: ./python
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: 'docs/build'
path: 'python/docs/build'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4