summaryrefslogtreecommitdiff
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
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>
-rw-r--r--.github/workflows/ci.yaml2
-rw-r--r--.github/workflows/docs.yaml4
2 files changed, 3 insertions, 3 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
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index 958855e..fb7809d 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -16,7 +16,7 @@ jobs:
contents: read
defaults:
run:
- working-directory: "./docs"
+ working-directory: "./website"
steps:
- name: Checkout repository
uses: actions/checkout@v6
@@ -36,4 +36,4 @@ jobs:
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
- workingDirectory: docs
+ workingDirectory: website