We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5b3d0e commit add5027Copy full SHA for add5027
1 file changed
doc/manual/Makefile
@@ -165,7 +165,7 @@ publish:
165
git show-ref --verify --quiet refs/heads/gh-pages || \
166
git branch --track gh-pages $(GITREMOTE)/gh-pages
167
test -d build/gh-pages || \
168
- git clone -b gh-pages $(GITREPOPATH) build/gh-pages
+ git clone -s -b gh-pages $(GITREPOPATH) build/gh-pages
169
cd build/gh-pages && \
170
git pull $(GITREMOTEURL) gh-pages
171
rsync -acv --delete --exclude=.git --exclude=.rsync-exclude \
0 commit comments