We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a8c30 commit 2b9c96bCopy full SHA for 2b9c96b
1 file changed
doc/manual/Makefile
@@ -189,7 +189,7 @@ publish:
189
git show-ref --verify --quiet refs/heads/gh-pages || \
190
git branch --track gh-pages $(GITREMOTE)/gh-pages
191
test -d build/gh-pages || \
192
- git clone -b gh-pages $(GITREPOPATH) build/gh-pages
+ git clone -s -b gh-pages $(GITREPOPATH) build/gh-pages
193
cd build/gh-pages && \
194
git pull $(GITREMOTEURL) gh-pages
195
rsync -acv --delete --exclude=.git --exclude=.rsync-exclude \
0 commit comments