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' }} 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