1
0
mirror of https://github.com/nlohmann/json synced 2024-12-26 02:21:02 +00:00
This commit is contained in:
Niels 2015-06-21 13:12:17 +02:00
parent 099030baeb
commit 332b10998a

View File

@ -50,6 +50,7 @@ update_doxygen_online:
git checkout gh-pages git checkout gh-pages
rm -fr html rm -fr html
mv /tmp/github-html html mv /tmp/github-html html
cd html ; git rm $(git ls-files --deleted)
git commit -m "Doxygen update" git commit -m "Doxygen update"
git checkout master git checkout master