We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c66ab commit 58152b5Copy full SHA for 58152b5
Makefile
@@ -206,7 +206,7 @@ publish-prepare: .create-publish-branch
206
git clone -s -b $(PUBLISHBRANCH) $(GITREPOPATH) _build/webpage
207
cd _build/webpage && \
208
git fetch && \
209
- git checkout $(PUBLISHBRANCH)
+ git checkout --force $(PUBLISHBRANCH)
210
211
git pull $(GITREMOTEURL) $(PUBLISHBRANCH)
212
rsync -aOcv --delete --exclude=.git --exclude=.rsync-exclude \
0 commit comments