ci: added codesandbox build preview for PR reviews (#1193)

* ci: added codesandbox build preview for PR reviews

* ci: codesandebox config changes

* ci: config update codesandbox

* ci: changed the sandbox element

* ci: changed sandbox to ./docs

* ci: used absolute path for sandbox

* ci: update codesandbox config

* ci: added docsify-template to sandbox

* ci: added id for docsify-template

Co-authored-by: Joe Pea <joe@trusktr.io>
This commit is contained in:
Anix 2020-06-08 13:07:07 +05:30 committed by GitHub
parent 785302602b
commit 817c079eaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.codesandbox/ci.json Normal file
View File

@ -0,0 +1,4 @@
{
"sandboxes": ["2d17z"],
"packages": [".", "packages/docsify-server-renderer"]
}