fix docs path
This commit is contained in:
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -86,7 +86,7 @@ jobs:
|
|||||||
- name: Generate Docs
|
- name: Generate Docs
|
||||||
run: |
|
run: |
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
cd Inkycal/docsource
|
cd docsource
|
||||||
make html
|
make html
|
||||||
|
|
||||||
publish-docs:
|
publish-docs:
|
||||||
@@ -107,7 +107,7 @@ jobs:
|
|||||||
- name: Publish Docs
|
- name: Publish Docs
|
||||||
run: |
|
run: |
|
||||||
source venv/bin/activate
|
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.name 'GitHub Actions'
|
||||||
git config --global user.email 'actions@github.com'
|
git config --global user.email 'actions@github.com'
|
||||||
git add docs
|
git add docs
|
||||||
|
Reference in New Issue
Block a user