Skip to content

Commit 5fdb7cb

Browse files
committed
Add all files with make publish-prepare
Disregard any global gitignore to also add zip files.
1 parent f6c6d7a commit 5fdb7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ publish-prepare: .create-publish-branch
207207
--exclude-from=_build/webpage/.rsync-exclude \
208208
--link-dest=$(CURDIR)/_build/html _build/html/ _build/webpage/
209209
cd _build/webpage && \
210-
git add --all . && \
210+
git add --force --all . && \
211211
git diff --cached --quiet || \
212212
git commit -m "Sync with the source at $(GITLASTCOMMIT)"
213213
cd _build/webpage && \

0 commit comments

Comments
 (0)