0.0.4 • Published 3 years ago
@zbryikt/deploy v0.0.4
@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