Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lessons learned #1573

Merged
merged 9 commits into from
Dec 2, 2018
Next Next commit
Fix docbot config & add caution
  • Loading branch information
jim-parry committed Dec 2, 2018
commit 35e1bc51b5a830b7fce2a260806c5cd095dfcd1e
10 changes: 8 additions & 2 deletions admin/docbot
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
#!/bin/bash

# Rebuild and deploy CodeIgniter4 user guide
# Rebuild and deploy CodeIgniter4 under-development user guide
#
# This is a quick way to test user guide changes, and if they
# look good, to push them to the gh-pages branch of the
# development repository.
#
# This is not meant for updating the "stable" user guide.

. config
UPSTREAM=https://github.com/bcit-ci/CodeIgniter4.git

# Prepare the nested repo clone folder
cd user_guide_src
Expand Down