Skip to content

Commit 58152b5

Browse files
committed
Rewrite any changed files in the publish tree
1 parent 94c66ab commit 58152b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ publish-prepare: .create-publish-branch
206206
git clone -s -b $(PUBLISHBRANCH) $(GITREPOPATH) _build/webpage
207207
cd _build/webpage && \
208208
git fetch && \
209-
git checkout $(PUBLISHBRANCH)
209+
git checkout --force $(PUBLISHBRANCH)
210210
cd _build/webpage && \
211211
git pull $(GITREMOTEURL) $(PUBLISHBRANCH)
212212
rsync -aOcv --delete --exclude=.git --exclude=.rsync-exclude \

0 commit comments

Comments
 (0)