Skip to content

Commit 2b9c96b

Browse files
committed
Clone build/gh-pages as a shared repository.
1 parent f0a8c30 commit 2b9c96b

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
@@ -189,7 +189,7 @@ publish:
189189
git show-ref --verify --quiet refs/heads/gh-pages || \
190190
git branch --track gh-pages $(GITREMOTE)/gh-pages
191191
test -d build/gh-pages || \
192-
git clone -b gh-pages $(GITREPOPATH) build/gh-pages
192+
git clone -s -b gh-pages $(GITREPOPATH) build/gh-pages
193193
cd build/gh-pages && \
194194
git pull $(GITREMOTEURL) gh-pages
195195
rsync -acv --delete --exclude=.git --exclude=.rsync-exclude \

0 commit comments

Comments
 (0)