From f298f5f80263f68c94e98076f0e5a2dd90b7b308 Mon Sep 17 00:00:00 2001 From: Sriharsha Tikkireddy Date: Thu, 23 Apr 2020 02:15:22 -0400 Subject: [PATCH] separated snapshot hugo and sync --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 61469d370..33e5a281c 100644 --- a/Makefile +++ b/Makefile @@ -69,10 +69,8 @@ terraform-apply: terraform-setup snapshot: @echo "==> Making Snapshot..." @goreleaser release --rm-dist --snapshot - @cp dist/*.gz website/content/_index.files/ - @cp dist/*.zip website/content/_index.files/ -hugo: snapshot +hugo: @echo "==> Making Docs..." @rm -rf website/content/_index.files/* @cp dist/*.gz website/content/_index.files/