fix docs path

This commit is contained in:
Ace 2023-06-03 21:20:50 +02:00
parent 93daebc8b9
commit 4b8ff48062

View File

@ -104,10 +104,12 @@ jobs:
run: |
tar -xzf workspace.tar.gz
- name: Publish Docs
- name: Publish Docs to Github Pages
run: |
echo "$PWD"
ls
source venv/bin/activate
cp -R docsource/_build/html/. docs/
cp -r docsource/_build/html/. docs/
git config --global user.name 'GitHub Actions'
git config --global user.email 'actions@github.com'
git add docs