fix docs path

This commit is contained in:
Ace 2023-06-03 21:41:52 +02:00
parent f978daa35c
commit 375f152e8f

View File

@ -110,12 +110,7 @@ jobs:
ls
source venv/bin/activate
cd docsource
echo "$PWD"
ls
make github && 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'
git add docs