Add ipfs/go-ipfs to website

I've been using it a lot as a test for a larger repo. May as well
canonicalize it.
This commit is contained in:
Dandelion Mané 2019-07-11 06:35:55 +01:00
parent 8d6f62d4b3
commit 1f0fe3a796
1 changed files with 1 additions and 1 deletions

View File

@ -77,9 +77,9 @@ build_and_deploy() {
--target "${static_site}" \
${DEPLOY_CNAME_URL:+--cname "${DEPLOY_CNAME_URL}"} \
--repo ipfs/js-ipfs \
--repo ipfs/go-ipfs \
--repo sourcecred/sourcecred \
--repo sourcecred/research \
--repo sourcecred/pm \
;
sourcecred_site="$(mktemp -d --suffix ".sourcecred-site")"