Skip to content

Commit 5f27738

Browse files
authored
Remove Gettext installation in GitHub workflow
1 parent 31c2535 commit 5f27738

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/update.yml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
python-version: "3.x"
1818
- uses: astral-sh/setup-uv@v5
1919
- uses: actions/checkout@v4
20-
- run: sudo apt-get install -y gettext
2120
- run: uv run generate.py # generates "index.html"
2221
- run: mkdir -p build && cp index.html style.css build
2322
- name: Deploy 🚀

0 commit comments

Comments
 (0)