diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-04-05 01:21:35 +0900 |
|---|---|---|
| committer | Sho Sakuma <me@m1sk9.dev> | 2026-04-05 01:21:35 +0900 |
| commit | 298a6288ec774bc6c54d7e50a67020d882e5fb9c (patch) | |
| tree | 21af7dc1e922beea247e5160ed5eb22e69e3bfcd /.github/workflows/ci.yaml | |
| parent | 74b16f02baafa8d9f56cfdf0c617671664cb6f22 (diff) | |
| download | LunaticChat-298a6288ec774bc6c54d7e50a67020d882e5fb9c.tar.gz LunaticChat-298a6288ec774bc6c54d7e50a67020d882e5fb9c.tar.bz2 LunaticChat-298a6288ec774bc6c54d7e50a67020d882e5fb9c.zip | |
fix(ci): update working-directory from docs to website in workflows
The docs directory was renamed to website in 842bf9d, but the CI and
deploy workflows still referenced the old path, causing build_docs to
fail.
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to '.github/workflows/ci.yaml')
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bdf605f..05f262b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,7 +62,7 @@ jobs: runs-on: ubuntu-24.04 defaults: run: - working-directory: "./docs" + working-directory: "./website" steps: - name: Checkout repository uses: actions/checkout@v6 |
