diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 4852979..99b6517 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -27,6 +27,8 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements/dev.txt + git config user.name github-actions + git config user.email github-actions@github.com make pubdocs # - name: Sphinx Pages # # You may pin to the exact commit or the version.