Skip to content

Commit 9a0e635

Browse files
author
Jeremy Kahn
committed
Document deploy process
1 parent 30caa8b commit 9a0e635

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

readme.md

+8
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ gulp test
3939

4040
and all `*.spec.js` files will be executed.
4141

42+
**To deploy documentation site**
43+
44+
```bash
45+
npm run deploy
46+
```
47+
48+
This requires you to have commit access to your Git remote.
49+
4250
## Contributions
4351

4452
Fork the repo and make required changes. After that push your changes in branch, which is named according to the changes

0 commit comments

Comments
 (0)