We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e7ca7 commit d0c4ad1Copy full SHA for d0c4ad1
1 file changed
Makefile
@@ -9,11 +9,11 @@ PLAYBOOK=antora-playbook.yml
9
default: site sync
10
11
$(GH_PAGES): .PHONY
12
- @[ ! -d $@ ] && gh repo clone MorphiaOrg/morphia $(GH_PAGES) -- -b gh-pages --depth 1 --no-single-branch || true
+ @[ ! -d $@ ] && gh repo clone git@github.com:MorphiaOrg/morphia.git $(GH_PAGES) -- -b gh-pages --depth 1 --no-single-branch || true
13
@git -C $@ reset --hard --quiet && git -C $@ pull --all --quiet
14
15
build/morphia: .PHONY
16
- @[ ! -d $@ ] && gh repo clone MorphiaOrg/morphia build/morphia -- --depth 1 --no-single-branch || true
+ @[ ! -d $@ ] && gh repo clone git@github.com:MorphiaOrg/morphia.git build/morphia -- --depth 1 --no-single-branch || true
17
@git -C $@ pull --all --quiet
18
19
package-lock.json: package.json
0 commit comments