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