From 458203169291f87704f91a5094db9c9742206183 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Tue, 24 Apr 2018 00:34:55 +0200 Subject: [PATCH] Misc --- docs/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.sh b/docs/build.sh index 569775210..0bec8f9ee 100755 --- a/docs/build.sh +++ b/docs/build.sh @@ -20,6 +20,6 @@ while read FILE; do done < <(find "$OUTPUT" -mindepth 1 -maxdepth 1) git reset -git add -A "$OUTPUT" +git add -A -f "$OUTPUT" git commit -m "WebConfigGenerator build" git push