Skip to content

Commit 077690e

Browse files
authored
Merge pull request #216 from pycom/pb-how-to-use-pydocs-script
how to use pydoc script
2 parents 4324689 + 09e1e34 commit 077690e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,18 @@ go to GitHub and create a pull with **publish** branch as a base branch.
8383

8484
![alt text](static/github/fromDevelopmentPublishToPublish.jpg)
8585

86+
### How to create a pull request on "development-publish" and "publish" based on the current branch
87+
88+
1 - Access ```pycom-documentation/scripts```
89+
90+
2 - Run ```npm install```
91+
92+
3 - Based on ```githubToken.example.json```, create the file ```githubToken.json``` with your Github token
93+
94+
4 - Run ```./pydocs pr github_username```
95+
96+
5 - Enter with the requested information
97+
8698
## some info:
8799

88100
- assets are in ./static directory, a directory aliased at /

0 commit comments

Comments
 (0)