Skip to content

Commit add5027

Browse files
committed
Clone build/gh-pages as a shared repository.
1 parent a5b3d0e commit add5027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/manual/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ publish:
165165
git show-ref --verify --quiet refs/heads/gh-pages || \
166166
git branch --track gh-pages $(GITREMOTE)/gh-pages
167167
test -d build/gh-pages || \
168-
git clone -b gh-pages $(GITREPOPATH) build/gh-pages
168+
git clone -s -b gh-pages $(GITREPOPATH) build/gh-pages
169169
cd build/gh-pages && \
170170
git pull $(GITREMOTEURL) gh-pages
171171
rsync -acv --delete --exclude=.git --exclude=.rsync-exclude \

0 commit comments

Comments
 (0)