Skip to content

Commit

Permalink
Hide more chronic diff on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
user202729 committed Feb 18, 2025
1 parent 766c7a0 commit 5e6c51e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ jobs:
-e '\;<script type="application/vnd\.jupyter\.widget-state+json">;,\;</script>; d' \
-e 's;#L[0-9]*";";' \
-e 's;tab-set--[0-9]*-;tab-set-;' \
-e 's;"tab-set--[0-9]*";"tab-set";' \
&& git commit -a -m 'wipe-out')
# Since HEAD is at commit 'wipe-out', HEAD~1 is commit 'new' (new doc), HEAD~2 is commit 'old' (old doc)
(cd doc && git diff $(git rev-parse HEAD~2) -- "*.html") > diff.txt
Expand Down

0 comments on commit 5e6c51e

Please sign in to comment.