From 3b7bffd03763261bf855269708e5deeba13d3410 Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 3 Jun 2023 17:26:31 +0200 Subject: [PATCH] fixing actions --- .github/workflows/tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7246b2a..bddaea8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 ..