@@ -17,10 +17,10 @@ See [the license file](LICENSE.md) for more information.
17
17
Building the book requires Docker (instructions here: [ https://docs.docker.com/get-docker/ ] ( https://docs.docker.com/get-docker/ ) ).
18
18
19
19
### Contributing
20
- Primary development in this repository happens on the ` dev ` branch. If you want to contribute to the book,
21
- please branch off of ` dev ` and make a pull request into ` dev ` .
20
+ Primary development in this repository happens on the ` main ` branch. If you want to contribute to the book,
21
+ please branch off of ` main ` and make a pull request into ` main ` .
22
22
23
- The ` main ` branch contains the source material for the live, publicly viewable HTML book.
23
+ The ` production ` branch contains the source material for the live, publicly viewable HTML book.
24
24
25
25
### Build locally
26
26
@@ -32,13 +32,13 @@ in the root directory of this repository. The book can be viewed in your browser
32
32
33
33
### Update build environment
34
34
35
- You can update the build environment for the book by making changes to ` Dockerfile ` in the root of the repository in the ` dev ` branch.
36
- If you push any changes to the ` Dockerfile ` on the ` dev ` branch, GitHub will trigger a rebuild of the docker image,
35
+ You can update the build environment for the book by making changes to ` Dockerfile ` in the root of the repository in the ` main ` branch.
36
+ If you push any changes to the ` Dockerfile ` on the ` main ` branch, GitHub will trigger a rebuild of the docker image,
37
37
push it to DockerHub, and update the ` build_html.sh ` script and book deploy GitHub action with the new image tag.
38
38
39
39
### Update public html
40
40
41
- You can update the live, publicly viewable HTML book by making changes to the ` source/ ` folder in the ` main ` branch.
42
- If you push any changes to the ` source/ ` folder on the ` main ` branch, GitHub will trigger a rebuild of the public HTML site.
41
+ You can update the live, publicly viewable HTML book by making changes to the ` source/ ` folder in the ` production ` branch.
42
+ If you push any changes to the ` source/ ` folder on the ` production ` branch, GitHub will trigger a rebuild of the public HTML site.
43
43
44
44
0 commit comments