Skip to content

Commit 35e1bc5

Browse files
committed
Fix docbot config & add caution
1 parent 23063a0 commit 35e1bc5

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

admin/docbot

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
#!/bin/bash
22

3-
# Rebuild and deploy CodeIgniter4 user guide
3+
# 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.
410

5-
. config
11+
UPSTREAM=https://github.com/bcit-ci/CodeIgniter4.git
612

713
# Prepare the nested repo clone folder
814
cd user_guide_src

0 commit comments

Comments
 (0)