From 12430446b75dae69cbc7b7965b47eac090eec8c0 Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 3 Jun 2023 21:35:19 +0200 Subject: [PATCH] fix docs path --- .github/workflows/tests.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 37778aa..a252398 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -109,7 +109,12 @@ jobs: echo "$PWD" ls source venv/bin/activate - cd docs && make html && cd .. + cd docs + echo "$PWD" + ls + make html && cd .. + echo "$PWD" + ls cp -r docsource/_build/html/. docs/ git config --global user.name 'GitHub Actions' git config --global user.email 'actions@github.com'