Skip to content

Commit 0f0c1d6

Browse files
committed
Add .nojekyll note
1 parent 2a509f3 commit 0f0c1d6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

admin/RELEASE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHA
5757
* Build the HTML version of the User Guide: `make html`
5858
* Build the ePub version of the User Guide: `make epub`
5959
* Switch to the **userguide** repo and create a new branch `release-4.x.x`
60-
* Merge the contents of **CodeIgniter4/user_guide_src/build/html** into **docs/** (be sure to keep the assets in **docs/_static**)
60+
* Replace **docs/** with **CodeIgniter4/user_guide_src/build/html**
61+
* Ensure the file **docs/.nojekyll** exists or GitHub Pages will ignore folders with an underscore prefix
6162
* Copy **CodeIgniter4/user_guide_src/build/epub/CodeIgniter.epub** to **./CodeIgniter4.x.x.epub**
6263
* Commit the changes with "Update for 4.x.x" and push to origin
6364
* Create a new PR from `release-4.x.x` to `develop`:
@@ -74,7 +75,7 @@ See the changelog: https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHA
7475

7576
Currently the User Guide on the website has to be updated manually. Visit Jim's user home
7677
where the served directory **codeigniter.com** exists. Copy the latest **docs** folder from
77-
the User Guide repo to **public/userguide4** and browse to the website to make sure.
78+
the User Guide repo to **public/userguide4** and browse to the website to make sure it works.
7879

7980
## Announcement
8081

0 commit comments

Comments
 (0)