fix: update documentation artifact path in GitHub Actions workflow

- Changed the artifact path from './packages/docs/dist' to './apps/docs/dist' to reflect the correct directory structure for documentation deployment.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-11-19 01:20:13 +08:00
parent 23d208c091
commit 84ff4ef44f
2 changed files with 9 additions and 7 deletions

View File

@@ -66,7 +66,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./packages/docs/dist
path: ./apps/docs/dist
# Deployment job
deploy: