File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 50
50
if [ ! -f worktree-image/.gitignore ]; then cp .gitignore worktree-image/; fi
51
51
(cd worktree-image && git add -A && git commit --allow-empty -m "old" -a && git tag -f old && git reset --hard new && git reset old)
52
52
# Keep track of changes to built HTML
53
- (cd /sage/local/share/doc/sage/html/en && find . -name "*.html" | xargs sed -i '/class="sidebar-brand-text"/s/Sage [0-9a-z.]* /Sage dev /'; git init && (echo ".buildinfo "; echo ".inv" ) > .gitignore; git add -A && git commit --quiet -m "old")
53
+ (cd /sage/local/share/doc/sage/html/en && find . -name "*.html" | xargs sed -i '/class="sidebar-brand-text"/s/Sage [0-9a-z.]* /Sage dev /'; git init && (echo "*.svg binary "; echo "*.pdf binary") >> .gitattributes && (echo ".buildinfo"; echo '*.inv'; echo '.git*'; echo '*.svg'; echo '*.pdf'; echo '*.png'; echo 'searchindex.js' ) > .gitignore; git add -A && git commit --quiet -m "old")
54
54
55
55
- name : Incremental build
56
56
id : incremental
You can’t perform that action at this time.
0 commit comments