fix docs path

This commit is contained in:
Ace 2023-06-03 21:35:19 +02:00
parent ed114c87b3
commit 12430446b7

View File

@ -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'