diff --git a/.github/workflows/update_documentation.yml b/.github/workflows/update_documentation.yml index e75c34627..7182d3b18 100644 --- a/.github/workflows/update_documentation.yml +++ b/.github/workflows/update_documentation.yml @@ -25,11 +25,11 @@ jobs: pip install . pip install -r docs/requirements-doc.txt - - name: Build and deploy documentation + - name: Build documentation run: | jupyter-book build docs - - name: Build and deploy documentation + - name: Deploy documentation run: | cd docs/_build/html git config user.email "actions@github.com"