From a45bc50f067c0dc747ca1b55e15b2ad448eb2efb Mon Sep 17 00:00:00 2001 From: Maxime Normandin Date: Mon, 3 Nov 2025 19:30:20 -0500 Subject: [PATCH 1/2] test --- website/blog/2025-10-28-example.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/blog/2025-10-28-example.md b/website/blog/2025-10-28-example.md index 531f9d70..6c60f900 100644 --- a/website/blog/2025-10-28-example.md +++ b/website/blog/2025-10-28-example.md @@ -1,5 +1,5 @@ --- -slug: 2025-10-28-example +slug: hello-compose-world title: Hello Compose World! authors: [mn] tags: [hello] @@ -17,4 +17,4 @@ Stay tuned for more updates, and feel free to reach out if you have questions or Huge thanks to all the current & future contributors to Compose! 🩵 - +test \ No newline at end of file From ffde47423d7bc9102b72f1ac75f6c312f7567477 Mon Sep 17 00:00:00 2001 From: Maxime Normandin Date: Mon, 3 Nov 2025 19:33:41 -0500 Subject: [PATCH 2/2] remove env var in CI --- .github/workflows/docs.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 621d56ba..18abe5ef 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -34,9 +34,4 @@ jobs: - name: Build documentation run: npm run build - env: - # Prevent build failures from missing Algolia keys in PRs - ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID || 'dummy' }} - ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY || 'dummy' }} - ALGOLIA_INDEX_NAME: ${{ secrets.ALGOLIA_INDEX_NAME || 'compose' }}