We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51de50b commit aa72989Copy full SHA for aa72989
.github/workflows/main.yml
@@ -27,10 +27,10 @@ jobs:
27
run: curl -LsSf https://astral.sh/uv/install.sh | sh
28
29
- name: Install dependencies
30
- run: uv pip install -r pyproject.toml
+ run: uv pip install -r pyproject.toml --system
31
32
- name: Build site
33
- run: uv run mkdocs build
+ run: mkdocs build
34
35
- name: Deploy to GitHub Pages
36
uses: peaceiris/actions-gh-pages@v4
0 commit comments