fix: Update GitHub Pages workflow for correct build path

- Fixed build directory path in GitHub Actions workflow
- Updated artifact upload path to match build output
- This should resolve the GitHub Pages deployment issue
This commit is contained in:
ajaysi
2025-09-24 17:02:16 +05:30
parent 5bee5c0aa0
commit 5573e11f6d

View File

@@ -42,12 +42,12 @@ jobs:
- name: Build documentation
run: |
cd docs-site
mkdocs build
mkdocs build --site-dir ../site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: docs-site/site
path: site
deploy:
environment: