fixing actions

This commit is contained in:
Ace 2023-06-03 17:26:31 +02:00
parent fc5c80eb50
commit 3b7bffd037

View File

@ -20,7 +20,7 @@ jobs:
- name: Clone repo
run: |
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: |
cd Inkycal
echo "$PWD"
@ -29,9 +29,6 @@ jobs:
python -m pip install --upgrade pip
pip install wheel
pip install -e ./
- name: generate docs
run: |
python -m pip install sphinx sphinx-autobuild
cd docsource && make html
make github
cd ..