fixing actions
This commit is contained in:
parent
fc5c80eb50
commit
3b7bffd037
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
run: |
|
run: |
|
||||||
git clone --single-branch https://github.com/aceinnolab/Inkycal
|
git clone --single-branch https://github.com/aceinnolab/Inkycal
|
||||||
- name: Creating virtual environment and install dependencies
|
- name: Creating virtual environment generate docs and install dependencies
|
||||||
run: |
|
run: |
|
||||||
cd Inkycal
|
cd Inkycal
|
||||||
echo "$PWD"
|
echo "$PWD"
|
||||||
@ -29,9 +29,6 @@ jobs:
|
|||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install -e ./
|
pip install -e ./
|
||||||
- name: generate docs
|
|
||||||
run: |
|
|
||||||
python -m pip install sphinx sphinx-autobuild
|
|
||||||
cd docsource && make html
|
cd docsource && make html
|
||||||
make github
|
make github
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
Reference in New Issue
Block a user