We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a5eeb5 commit 2fe2781Copy full SHA for 2fe2781
1 file changed
.github/workflows/deploy-gh-page.yml
@@ -14,6 +14,9 @@ jobs:
14
- name: Install Dependencies
15
run: sudo apt-get install gettext
16
17
+ - name: Install uv
18
+ uses: astral-sh/setup-uv@v5
19
+
20
- name: Build
21
run: JOBS=4 MODE=html make all
22
0 commit comments