We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efffc4e commit 85ad2b8Copy full SHA for 85ad2b8
1 file changed
.github/workflows/main.yml
@@ -61,7 +61,7 @@ jobs:
61
mkdir gh-pages
62
touch gh-pages/.nojekyll
63
cd docs/
64
- poetry run make html
+ uv run make html
65
cp -r build/* ../gh-pages/
66
67
- name: Publish | Upload to GitHub Release Assets
0 commit comments