Fix bug in makefile that prevented running the website publish.
This commit is contained in:
parent
5b44cadb74
commit
e90d03a263
|
@ -79,7 +79,7 @@ PUB_GIT_ARG=
|
|||
endif
|
||||
|
||||
ifeq ($(PUB_WEBSITE),1)
|
||||
PUB_WEBSITE_ARG=-g
|
||||
PUB_WEBSITE_ARG=-w
|
||||
else
|
||||
PUB_WEBSITE_ARG=
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue