Skip to content

Commit 85ad2b8

Browse files
committed
chore: fix poetry ref
1 parent efffc4e commit 85ad2b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
mkdir gh-pages
6262
touch gh-pages/.nojekyll
6363
cd docs/
64-
poetry run make html
64+
uv run make html
6565
cp -r build/* ../gh-pages/
6666
6767
- name: Publish | Upload to GitHub Release Assets

0 commit comments

Comments
 (0)