Skip to content

Commit 321278f

Browse files
authored
fix(build): fix document generation (#100)
Fixes failure to find the `_site` path.
1 parent 2c84f6d commit 321278f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
pip install -r docs/requirements.txt
4343
- name: Build with MkDocs
4444
run: |
45-
cd docs && mkdocs build --clean --site-dir ../../_site
45+
cd docs && mkdocs build --clean --site-dir ../../_site && cd -
4646
- name: Upload artifact
4747
uses: actions/upload-pages-artifact@v3
4848

docs/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: Nesis - Your AI Powered Enterprise Knowledge Partner
2-
site_description: Your AI Powered Enterprise Knowledge Partner. Enables your enterprise to search and converse with your private documents.
2+
site_description: Your AI Powered Enterprise Knowledge Partner. Enables your enterprise to chat with your private documents.
33
site_url: https://ametnes.github.io/nesis/
44
repo_url: https://github.com/ametnes/nesis/
55
repo_name: ametnes/nesis

0 commit comments

Comments
 (0)