⬆️ updated git-update-ghpages script

This commit is contained in:
Niels Lohmann 2017-12-17 10:20:30 +01:00
parent 9eb5e2c271
commit 106f9f5436
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
2 changed files with 174 additions and 202 deletions

View file

@ -63,7 +63,7 @@ doxygen: create_output create_links
$(SED) -i 's@< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer >@@g' html/*.html
upload: clean doxygen check_output
cd html ; ../scripts/git-update-ghpages nlohmann/json
scripts/git-update-ghpages nlohmann/json html
rm -fr html
open http://nlohmann.github.io/json/