fix docs path
This commit is contained in:
parent
ed114c87b3
commit
12430446b7
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user