Skip to content

Commit

Permalink
fix(build): fix document generation (#100)
Browse files Browse the repository at this point in the history
Fixes failure to find the `_site` path.
  • Loading branch information
mawandm authored May 27, 2024
1 parent 2c84f6d commit 321278f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 321278f

Please sign in to comment.