Changing the node package to be under @substrate namespace (#10722)

Signed-off-by: Jimmy Chu <jimmychu0807@gmail.com>
This commit is contained in:
Jimmy Chu
2022-01-24 19:11:26 +08:00
committed by GitHub
parent 58ebadb366
commit 8c6301a6e6
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -782,7 +782,7 @@ publish-rustdoc:
- cp README.md /tmp/doc/
- git checkout gh-pages
# Install `index-tpl-crud` and generate index.html based on RUSTDOCS_DEPLOY_REFS
- which index-tpl-crud &> /dev/null || yarn global add @jimmychu0807/index-tpl-crud
- which index-tpl-crud &> /dev/null || yarn global add @substrate/index-tpl-crud
- index-tpl-crud upsert ./index.html ${CI_COMMIT_REF_NAME}
# Ensure the destination dir doesn't exist.
- rm -rf ${CI_COMMIT_REF_NAME}