Skip to content

Commit aa72989

Browse files
authored
Update main.yml
1 parent 51de50b commit aa72989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
run: curl -LsSf https://astral.sh/uv/install.sh | sh
2828

2929
- name: Install dependencies
30-
run: uv pip install -r pyproject.toml
30+
run: uv pip install -r pyproject.toml --system
3131

3232
- name: Build site
33-
run: uv run mkdocs build
33+
run: mkdocs build
3434

3535
- name: Deploy to GitHub Pages
3636
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)