From da2d4de89f453c2846e49b0386545a610432ec7b Mon Sep 17 00:00:00 2001 From: grossmj Date: Fri, 23 Oct 2020 19:17:31 +1030 Subject: [PATCH] Fix call to publish_api_documentation.py --- .github/workflows/publish_api_documentation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish_api_documentation.yml b/.github/workflows/publish_api_documentation.yml index 920b76e5..9e79ddce 100644 --- a/.github/workflows/publish_api_documentation.yml +++ b/.github/workflows/publish_api_documentation.yml @@ -23,7 +23,8 @@ jobs: python setup.py install - name: Generate the API documentation run: | - python3 ./scripts/publish_api_documentation.py + cd scripts + python3 publish_api_documentation.py - name: Publish the API documentation run: | git config user.name github-actions