From 5573e11f6d583025c5d7e66b05cb8e8980c634f3 Mon Sep 17 00:00:00 2001 From: ajaysi Date: Wed, 24 Sep 2025 17:02:16 +0530 Subject: [PATCH] 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 --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 61d2af68..e7aca0e9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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: