From 5adad8121be0642e179014ca77fde4887d54c3df Mon Sep 17 00:00:00 2001 From: Han Qiao Date: Thu, 4 Jan 2024 16:26:19 +0800 Subject: [PATCH] fix: indentation in docs page (#249) * fix: indentation in docs page * fix: indentation in docs page * fix: indentation in docs page --- docs/generating-types.md | 4 ++-- docs/index.md | 4 ++-- docs/migrations.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/generating-types.md b/docs/generating-types.md index 62185c8..663f78a 100644 --- a/docs/generating-types.md +++ b/docs/generating-types.md @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: supabase/setup-cli@v1 - with: + with: version: latest - run: supabase init - run: supabase db start @@ -33,4 +33,4 @@ jobs: ## More resources -- Using supabase-js with type definitions: [Typescript Support](https://supabase.com/docs/reference/javascript/typescript-support) \ No newline at end of file +- Using supabase-js with type definitions: [Typescript Support](https://supabase.com/docs/reference/javascript/typescript-support) diff --git a/docs/index.md b/docs/index.md index ef368ad..c9307e6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: supabase/setup-cli@v1 - with: + with: version: latest - run: supabase init - run: supabase db start @@ -32,4 +32,4 @@ jobs: ## Resources - **Source Code**: github.com/supabase/supabase-github-action -- **CLI Documentation**: supabase.com/docs/guides/cli \ No newline at end of file +- **CLI Documentation**: supabase.com/docs/guides/cli diff --git a/docs/migrations.md b/docs/migrations.md index 50a2aa2..709460f 100644 --- a/docs/migrations.md +++ b/docs/migrations.md @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: supabase/setup-cli@v1 - with: + with: version: latest - run: supabase init - run: supabase db start