Skip to content

Commit

Permalink
separated snapshot hugo and sync
Browse files Browse the repository at this point in the history
  • Loading branch information
stikkireddy committed Apr 23, 2020
1 parent 16719f0 commit f298f5f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Expand Up @@ -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/
Expand Down

0 comments on commit f298f5f

Please sign in to comment.