Skip to content

Commit 1f5fca3

Browse files
committed
Fix hatch doc command
1 parent 397c374 commit 1f5fca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python -m pip install --upgrade pip build hatch
3939
npm install --legacy-peer-deps
4040
- run: |
41-
python -m hatch docs:build
41+
python -m hatch run docs:build
4242
- uses: actions/upload-pages-artifact@v3
4343
with:
4444
path: site

0 commit comments

Comments
 (0)