diff --git a/Makefile b/Makefile index f3fea21..7fc2a61 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ build-staging: git checkout $${branch} ; \ $(HUGO) --environment=production --minify --templateMetrics --baseURL https://$(BASEURL)/$${branch}/ --destination builds/$${branch} ; \ done + @git checkout master .PHONY: test test: clean