fix docs path
This commit is contained in:
parent
e2672a13ab
commit
93daebc8b9
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -86,7 +86,7 @@ jobs:
|
||||
- name: Generate Docs
|
||||
run: |
|
||||
source venv/bin/activate
|
||||
cd Inkycal/docsource
|
||||
cd docsource
|
||||
make html
|
||||
|
||||
publish-docs:
|
||||
@ -107,7 +107,7 @@ jobs:
|
||||
- name: Publish Docs
|
||||
run: |
|
||||
source venv/bin/activate
|
||||
cp -R Inkycal/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
|
||||
|
Loading…
Reference in New Issue
Block a user