hugo: Fix build watch command

This commit is contained in:
Alex Palaistras 2022-09-19 14:55:56 +01:00
parent 84a17f6df3
commit 0c5a483853

View File

@ -29,4 +29,4 @@ gosu hugo git clone --quiet --shared --branch "${GIT_BRANCH}" "/src/${GIT_REPO}"
done
) &
gosu hugo hugo watch --verbose --source /tmp/src --destination /dest
gosu hugo hugo --watch --verbose --source /tmp/src --destination /dest