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 7497344 commit 76ea944Copy full SHA for 76ea944
.github/workflows/test.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Create diff to current
66
run: |
67
- diff -Nrwu --exclude search_index.josn current/ preview/ | cat > preview/diff.patch
+ diff -Nrwu --exclude search_index.json current/ preview/ | cat > preview/diff.patch
68
pygmentize -o preview/diff.html -l diff -f html -O full preview/diff.patch
69
diffstat -l -p2 preview/diff.patch > diff.txt
70
0 commit comments