Skip to content

Commit 6a882c2

Browse files
committed
Updated README.
1 parent d52efba commit 6a882c2

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,24 @@ Read on this [reference](https://trello.com/c/0A36NOdS) for more information on
5858
New GitHub pages website updates can be viewed from [https://ciatph.github.io](https://ciatph.github.io) if the build passed.
5959

6060

61+
6162
### Manual Deployment to GitHub Pages
6263

63-
Please take note, the steps mentioned in **_Automatic CI/CD to GitHub Pages Using Travis_** is the recommended way of publishing updates to the GitHub pages website.
64+
Please take note, the steps mentioned in **_Automatic CI/CD to GitHub Pages Using Travis_** is the recommended way for publishing updates to the GitHub pages website.
65+
66+
1. Follow the steps from the local **Build Setup** section. Keep the contents of the **/dist** directory.
6467

65-
1. Checkout a new branch from `master`. <br>
68+
2. Checkout a new branch from the `master` branch. <br>
6669
`git checkout -b <NEW_BRANCH_NAME>`
6770

68-
2. Copy the static contents of the **/dist** directory into `<NEW_BRANCH_NAME>`.
71+
3. Copy the static contents of the local **/dist** directory (from `# 1`) into `<NEW_BRANCH_NAME>`.
72+
73+
4. Depending on the updated static files, you may need to delete some `.js`, `.map` and `.css` files from **/static/css** or **/static/js**. Make sure that only the contents of */dist* will exist in `<NEW_BRANCH_NAME>`.
6974

70-
3. Depending on the updated static files, you may need to delete some `.js`, `.map` and `.css` files from **/static/css** or **/static/js**. Make sure that only the contents of */dist* will exist in `<NEW_BRANCH_NAME>`.
75+
5. Push the new branch `<NEW_BRANCH_NAME>` and create a pull request.
7176

72-
4. Push the new branch `<NEW_BRANCH_NAME>` and create a pull request.
77+
6. Approve the pull request if there are no conflicts.
7378

74-
5. Approve the pull request if there are no conflicts.
7579

7680

7781
## Deployment to Firebase Hosting

0 commit comments

Comments
 (0)