Skip to content

Commit 0c3660e

Browse files
Remove watching from deploy.sh to work on Bash on Ubuntu on Windows
1 parent 6d63317 commit 0c3660e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ overridden by environment variables. Any environment variables are overridden
3030
by values set in a '.env' file (if it exists), and in turn by those set in a
3131
file specified by the '--config-file' option."
3232

33-
bundle exec middleman build --clean
33+
bundle exec middleman build --clean --watcher-disable
3434

3535
parse_args() {
3636
# Set args from a local environment file.
@@ -219,4 +219,4 @@ sanitize() {
219219
"$@" 2> >(filter 1>&2) | filter
220220
}
221221

222-
[[ $1 = --source-only ]] || main "$@"
222+
[[ $1 = --source-only ]] || main "$@"

0 commit comments

Comments
 (0)