chore: add npm script for deploying gh-pages

This commit is contained in:
Joshua Seigler 2020-03-08 21:38:27 -04:00
parent 866ee039c1
commit 58dc360573
4 changed files with 43 additions and 12 deletions

View file

@ -43,9 +43,12 @@ npm run production-win
The site is built in the `/build` folder.
To deploy the contents of the `/build` folder to Github Pages, run the appropriate production build command, then:
```bash
npm run deploy
```
## Further information
The [built site](https://rawgit.com/dashdev-suite/dashdev-website/master/build/) provides further information about site files and settings.