Skip to content

Commit d05c248

Browse files
committed
develop branch notice
1 parent 1456e18 commit d05c248

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This is the CoderBot documentation repository.
44

5+
The development is done on the dev branch, since master is hosting the production build, served by GitHub pages (automatically deployed by an npm script, see package.json).
6+
57
### Deploy
68

79
Start a development server with hot reload on `localhost:8080`:
@@ -14,14 +16,12 @@ Production build:
1416
npx vuepress build pages/
1517
```
1618

17-
There's an npm script to deploy on GitHub pages from the `master` branch. Run
19+
Build and deploy on GitHub Pages:
1820

1921
```bash
2022
npm run deploy
2123
```
2224

23-
And be sure to have setup GitHub pages to serve the `master` branch.
24-
2525
### License
2626

2727
The codebase is available under the terms of GNU [General Public License, version 3](LICENSE.txt).

0 commit comments

Comments
 (0)