We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06357d4 commit 4c4dc80Copy full SHA for 4c4dc80
2 files changed
.github/scripts/deploy-userguide
@@ -23,6 +23,12 @@ cd $TARGET
23
git checkout master
24
rm -rf docs
25
26
+# Copy common files
27
+cp -Rf ${SOURCE}/LICENSE ./
28
+
29
+# Copy repo-specific files
30
+cp -Rf ${SOURCE}/admin/userguid/. ./
31
32
# Copy files
33
cp -Rf ${SOURCE}/user_guide_src/build/html ./docs
34
cp -Rf ${SOURCE}/user_guide_src/build/epub/CodeIgniter.epub ./CodeIgniter${VERSION}.epub
admin/userguide/LICENSE
0 commit comments