summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@gmail.com>2017-10-23 20:54:46 -0700
committerPierre Grandin <grandinp@gmail.com>2017-10-23 20:54:46 -0700
commit0234b4b81f91ab48629832e28b08fd175bb782eb (patch)
treea53dc536a578b49d7a112ebd98a2f7caa57f9ec0
parent47d8bb9dc2452fd9e8c23df2422bed8e528dc5d8 (diff)
downloadnavit-0234b4b81f91ab48629832e28b08fd175bb782eb.tar.gz
Push generated doxygen docs to github
-rw-r--r--.circleci/config.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 31da247fa..cb2a67fe7 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -23,6 +23,14 @@ jobs:
- run:
name: Run doxygen
command: cd navit && doxygen
+ - run:
+ name: Update results to Github
+ command: |
+ git clone git@github.com:navit-gps/doxygen.git
+ rsync -vrtza --delete /root/project/doc doxygen/
+ git add doxygen/
+ git commit -m "Documentation update"
+ git push
- store_artifacts:
path: /root/project/doc
build_android_arm: