fix docs path

This commit is contained in:
Ace
2023-06-03 21:56:01 +02:00
parent 375f152e8f
commit 2bf47c8f2d
3 changed files with 19 additions and 39 deletions

View File

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