From b6879f6d0442c0d6de88532c2c87aaf14ac13b16 Mon Sep 17 00:00:00 2001 From: Mohamed Nasser Date: Thu, 8 Aug 2024 20:53:52 +0300 Subject: [PATCH] Change the path of the docs in the docs workflow --- .github/workflows/documentation.yaml | 1 - .gitignore | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 1e498c5..dc888fe 100755 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -34,7 +34,6 @@ jobs: - name: Build MkDocs documentation run: | poetry run mkdocs build - working-directory: docs - name: Publish to gh-pages uses: peaceiris/actions-gh-pages@v3 diff --git a/.gitignore b/.gitignore index 466011b..f4de6b9 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ docs/source/generated docs/source/sg_execution_times.rst docs/site docs/generated +site