diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 056d261..7b6885c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -109,6 +109,7 @@ jobs: echo "$PWD" ls source venv/bin/activate + cd docs && make github && cd .. cp -r docsource/_build/html/. docs/ git config --global user.name 'GitHub Actions' git config --global user.email 'actions@github.com'