fix docs path

This commit is contained in:
Ace 2023-06-03 21:32:05 +02:00
parent fbf4038ba3
commit ed114c87b3

View File

@ -109,7 +109,7 @@ jobs:
echo "$PWD"
ls
source venv/bin/activate
cd docs && make github && cd ..
cd docs && make html && cd ..
cp -r docsource/_build/html/. docs/
git config --global user.name 'GitHub Actions'
git config --global user.email 'actions@github.com'