commit a97830f6bc2664ae9b4818da89f313c1fdd9f7ca parent 0d8c998f67792468c91a2f573d0f21fdc803e5b8 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Thu, 15 Jun 2017 20:54:13 +0200 fix api path Diffstat:
| M | taler-build/update_docs.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/taler-build/update_docs.sh b/taler-build/update_docs.sh @@ -46,7 +46,7 @@ cp python/doc/tutorial.html $HOME/build/merchant-frontend/python/html/ cd $HOME/api fetch make html -cp -r api/_build/html/* $HOME/build/api/html/ +cp -r _build/html/* $HOME/build/api/html/ # 5 onboarding