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 9a1c8ab commit 3270947Copy full SHA for 3270947
.github/workflows/test.yml
@@ -58,9 +58,13 @@ jobs:
58
name: github-pages-pr-${{ github.event.pull_request.number }}
59
path: preview
60
61
+ - name: Remove indeterminism
62
+ run: |
63
+ find current/ preview/ -type f -exec sed -i '/gitbook.page.hasChanged/d' {} +
64
+
65
- name: Create diff to current
66
run: |
- diff -Nrwu current/ preview/ | cat > preview/diff.patch
67
+ diff -Nrwu --exclude search_index.josn 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