Skip to content

Commit 2fe2781

Browse files
committed
fix: add uv to gh-page ci
1 parent 3a5eeb5 commit 2fe2781

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/deploy-gh-page.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
- name: Install Dependencies
1515
run: sudo apt-get install gettext
1616

17+
- name: Install uv
18+
uses: astral-sh/setup-uv@v5
19+
1720
- name: Build
1821
run: JOBS=4 MODE=html make all
1922

0 commit comments

Comments
 (0)