From a97830f6bc2664ae9b4818da89f313c1fdd9f7ca Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 15 Jun 2017 20:54:13 +0200 Subject: fix api path --- taler-build/update_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'taler-build') diff --git a/taler-build/update_docs.sh b/taler-build/update_docs.sh index 90ac7e8..8d7bfd4 100755 --- 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 -- cgit v1.2.3