Skip to content

Commit 6c3a312

Browse files
committed
use text mode in ci
1 parent 4fe1add commit 6c3a312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
run: sudo apt-get install gettext
1414

1515
- name: Validate
16-
run: VERSION=${{ github.event.repository.default_branch }} MODE=html make all
16+
run: VERSION=${{ github.event.repository.default_branch }} MODE=text make all

0 commit comments

Comments
 (0)