From 321278fd8a75e417154f0509fa28441903e9a3a9 Mon Sep 17 00:00:00 2001 From: Michael Sekamanya <86433807+mawandm@users.noreply.github.com> Date: Sun, 26 May 2024 22:57:37 -0700 Subject: [PATCH] fix(build): fix document generation (#100) Fixes failure to find the `_site` path. --- .github/workflows/documentation.yml | 2 +- docs/mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 482f54f..0dd4083 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -42,7 +42,7 @@ jobs: pip install -r docs/requirements.txt - name: Build with MkDocs run: | - cd docs && mkdocs build --clean --site-dir ../../_site + cd docs && mkdocs build --clean --site-dir ../../_site && cd - - name: Upload artifact uses: actions/upload-pages-artifact@v3 diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index edc2af2..7598725 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,5 +1,5 @@ site_name: Nesis - Your AI Powered Enterprise Knowledge Partner -site_description: Your AI Powered Enterprise Knowledge Partner. Enables your enterprise to search and converse with your private documents. +site_description: Your AI Powered Enterprise Knowledge Partner. Enables your enterprise to chat with your private documents. site_url: https://ametnes.github.io/nesis/ repo_url: https://github.com/ametnes/nesis/ repo_name: ametnes/nesis