Skip to content

Commit

Permalink
Remove .git for sure
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Nov 6, 2023
1 parent c4d3fd7 commit 3366456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
EOF
echo '</head>' >> ./docs/CHANGES.html
echo '<body>' >> ./docs/CHANGES.html
(cd /sage/local/share/doc/sage/html && git diff HEAD^ -- *.html) > ./docs/diff.txt
(cd /sage/local/share/doc/sage/html && git diff HEAD^ -- *.html; rm -rf .git) > ./docs/diff.txt
/sage/sage -python - << EOF
import re, html
with open('./docs/diff.txt', 'r') as f:
Expand Down

0 comments on commit 3366456

Please sign in to comment.