Skip to content

Commit f38464c

Browse files
committed
table filtering, code tidier
1 parent 397ec97 commit f38464c

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jobs:
4343
# List the required TeX Live packages in a separate file to allow reuse in
4444
# different workflows.
4545
package_file: .github/tl_packages
46-
- name: lxgw
47-
run: tlmgr remove collection-langchinese
4846
# The l3build job contains the actual work. We misuse the matrix mechanism to
4947
# create three jobs which only differ in minimal elements.
5048
# For tags we do not run this since we run the release job instead.

tagging-status/full.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ function filterRows() {
193193
d="none";
194194
}
195195
}
196-
tr[i].style.display = d;
196+
trs[i].style.display = d;
197197
}
198198
}
199199
</script>

0 commit comments

Comments
 (0)