We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23063a0 commit 35e1bc5Copy full SHA for 35e1bc5
1 file changed
admin/docbot
@@ -1,8 +1,14 @@
1
#!/bin/bash
2
3
-# Rebuild and deploy CodeIgniter4 user guide
+# Rebuild and deploy CodeIgniter4 under-development user guide
4
+#
5
+# This is a quick way to test user guide changes, and if they
6
+# look good, to push them to the gh-pages branch of the
7
+# development repository.
8
9
+# This is not meant for updating the "stable" user guide.
10
-. config
11
+UPSTREAM=https://github.com/bcit-ci/CodeIgniter4.git
12
13
# Prepare the nested repo clone folder
14
cd user_guide_src
0 commit comments