From 5ec6ddec9fb1218637d9c8f5db07b418d2e7cdb2 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Tue, 5 Dec 2017 22:22:43 -0200 Subject: [PATCH] chore: using https instead of ssh url Travis cant clone it via ssh since it doesnt have the ssh key --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 852000198..4d146f808 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ build: static: @rm -rf dist/goreleaser.github.io @mkdir -p dist - @git clone git@github.com:goreleaser/goreleaser.github.io.git dist/goreleaser.github.io + @git clone https://github.com/goreleaser/goreleaser.github.io.git dist/goreleaser.github.io @rm -rf dist/goreleaser.github.io/theme @static-docs \ --in docs \