Skip to content

Commit d0c4ad1

Browse files
committed
force ssh repo variant
1 parent 34e7ca7 commit d0c4ad1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ PLAYBOOK=antora-playbook.yml
99
default: site sync
1010

1111
$(GH_PAGES): .PHONY
12-
@[ ! -d $@ ] && gh repo clone MorphiaOrg/morphia $(GH_PAGES) -- -b gh-pages --depth 1 --no-single-branch || true
12+
@[ ! -d $@ ] && gh repo clone git@github.com:MorphiaOrg/morphia.git $(GH_PAGES) -- -b gh-pages --depth 1 --no-single-branch || true
1313
@git -C $@ reset --hard --quiet && git -C $@ pull --all --quiet
1414

1515
build/morphia: .PHONY
16-
@[ ! -d $@ ] && gh repo clone MorphiaOrg/morphia build/morphia -- --depth 1 --no-single-branch || true
16+
@[ ! -d $@ ] && gh repo clone git@github.com:MorphiaOrg/morphia.git build/morphia -- --depth 1 --no-single-branch || true
1717
@git -C $@ pull --all --quiet
1818

1919
package-lock.json: package.json

0 commit comments

Comments
 (0)