diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1fb34a1c..9c4b7d075 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,9 @@ jobs: - name: Build docs (generates .source) run: bun ws docs build + - name: Build docs (diffshub) + run: NEXT_PUBLIC_SITE=diffshub bun ws docs build + - name: Upload build artifacts uses: actions/upload-artifact@v4 with: diff --git a/AGENTS.md b/AGENTS.md index f4e2f83c9..dd6fcc95f 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -102,7 +102,9 @@ bun run format ``` **Important:** Always run `bun run format` from the monorepo root after making -changes to ensure consistent formatting. +changes to ensure consistent formatting. For code changes, verification is not +complete until you have also run `bun run lint` from the monorepo root and the +relevant `bun run tsc` typecheck. - Always preserve trailing newlines at the end of files. diff --git a/apps/demo/index.html b/apps/demo/index.html index 29eb2454a..aba77e5e8 100644 --- a/apps/demo/index.html +++ b/apps/demo/index.html @@ -13,14 +13,15 @@
- - + + +