summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-04-05 01:21:35 +0900
committerSho Sakuma <me@m1sk9.dev>2026-04-05 01:21:35 +0900
commit298a6288ec774bc6c54d7e50a67020d882e5fb9c (patch)
tree21af7dc1e922beea247e5160ed5eb22e69e3bfcd /.github/workflows/ci.yaml
parent74b16f02baafa8d9f56cfdf0c617671664cb6f22 (diff)
downloadLunaticChat-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.yaml2
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