We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397ec97 commit f38464cCopy full SHA for f38464c
2 files changed
.github/workflows/tests.yaml
@@ -43,8 +43,6 @@ jobs:
43
# List the required TeX Live packages in a separate file to allow reuse in
44
# different workflows.
45
package_file: .github/tl_packages
46
- - name: lxgw
47
- run: tlmgr remove collection-langchinese
48
# The l3build job contains the actual work. We misuse the matrix mechanism to
49
# create three jobs which only differ in minimal elements.
50
# For tags we do not run this since we run the release job instead.
tagging-status/full.md
@@ -193,7 +193,7 @@ function filterRows() {
193
d="none";
194
}
195
196
- tr[i].style.display = d;
+ trs[i].style.display = d;
197
198
199
</script>
0 commit comments