@zbryikt/deploy
v0.0.4
Published
deploy script for github gh-pages
Readme
@zbryikt/deploy
deploy static files to github pages.
Usage
You will have to ensure the existency of gh-pages branch first.
Next, execute this command:
npx deploy path-to-your-web-root branchFor example, in @plotdb/sheet we have npm run deploy set to following command:
npx deploy web/static gh-pagesIf omitted, the branch parameter will by default be `gh-pages``
License
MIT
