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 46baa08 commit d1a349cCopy full SHA for d1a349c
.github/workflows/verify-tinytex-patterns.yml
@@ -36,14 +36,6 @@ jobs:
36
path: .cache/regex.json
37
key: tinytex-regex-latest
38
39
- # TEMPORARY: Remove one pattern to test diff detection (will be reverted)
40
- - name: Modify regex.json for testing
41
- run: |
42
- # Remove the first pattern from the 'font' category
43
- jq 'del(.font[0])' regex.json > regex-test.json
44
- mv regex-test.json regex.json
45
- echo "Modified regex.json for diff testing (removed first font pattern)"
46
-
47
- name: Compare versions
48
id: compare
49
run: |
0 commit comments