From 716b0cc4a9b1ed4b023ad144d901d24facca2c79 Mon Sep 17 00:00:00 2001 From: Ahmed Saed <37080003+Ahmedsaed@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:38:58 +0300 Subject: [PATCH] Update deploy-docs.yml --- .github/workflows/deploy-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index a19b8472d..6c2d932c2 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -22,12 +22,12 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - cd docs + cd doc pip install -r requirements.txt - name: Build the documentation run: | - cd docs # Change this if your documentation is in a different directory + cd doc # Change this if your documentation is in a different directory make html # Adjust if you use a different build command - name: Deploy to GitHub Pages