mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
chore: using https instead of ssh url
Travis cant clone it via ssh since it doesnt have the ssh key
This commit is contained in:
parent
5e2cca2eb1
commit
5ec6ddec9f
2
Makefile
2
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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user