Include full projects on sourcecred.io (#1270)
This updates the deploys script so that we now load full projects for @libp2p, @ipld, @sourcecred, and @filecoin-project. I'd like to support @ipfs, but we need to tackle #1256 first.
This commit is contained in:
parent
26c0910a1f
commit
fae015496c
|
@ -76,10 +76,10 @@ build_and_deploy() {
|
|||
"${sourcecred_repo}/scripts/build_static_site.sh" \
|
||||
--target "${static_site}" \
|
||||
${DEPLOY_CNAME_URL:+--cname "${DEPLOY_CNAME_URL}"} \
|
||||
--repo ipfs/js-ipfs \
|
||||
--repo ipfs/go-ipfs \
|
||||
--repo sourcecred/sourcecred \
|
||||
--repo sourcecred/research \
|
||||
--project @sourcecred \
|
||||
--project @filecoin-project \
|
||||
--project @ipld \
|
||||
--project @libp2p \
|
||||
;
|
||||
|
||||
sourcecred_site="$(mktemp -d --suffix ".sourcecred-site")"
|
||||
|
|
Loading…
Reference in New Issue