File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
7576Currently the User Guide on the website has to be updated manually. Visit Jim's user home
7677where 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
You can’t perform that action at this time.
0 commit comments