From 6a252cc799e15d25c7085fa4a48ba975194c7c1e Mon Sep 17 00:00:00 2001 From: Jessica John Britto <79603974+JessicaJohnBritto@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:09:50 +0530 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e0ec329..ad83e1c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,8 +20,7 @@ jobs: - name: Install dependencies run: | pip install sphinx - pip install -r requirements.txt # If you have dependencies - + - name: Build documentation run: | sphinx-build -b html . _build/html