From 30857d40c8dfc0bd58dd27a806e8f6fa4824f4fd Mon Sep 17 00:00:00 2001 From: psteinroe Date: Mon, 2 Jun 2025 09:18:33 +0200 Subject: [PATCH 1/2] fix --- docs/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.md b/docs/index.md index 144903857..99b55277d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,7 @@ ![Postgres Language Server](images/pls-github.png) +TEST + # Postgres Tools A collection of language tools and a Language Server Protocol (LSP) implementation for Postgres, focusing on developer experience and reliable SQL tooling. From bf2e2de6fccae8ec0b76a6fe6b9a3059a33255cc Mon Sep 17 00:00:00 2001 From: psteinroe Date: Mon, 2 Jun 2025 09:20:19 +0200 Subject: [PATCH 2/2] fix --- .github/workflows/deploy_dev_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_dev_docs.yml b/.github/workflows/deploy_dev_docs.yml index 50ea0987a..8bb5d5f30 100644 --- a/.github/workflows/deploy_dev_docs.yml +++ b/.github/workflows/deploy_dev_docs.yml @@ -34,7 +34,7 @@ jobs: git config user.name 'github-actions[bot]' git config user.email 'github-actions[bot]@users.noreply.github.com' - name: Build Docs Website - run: uv run mike deploy --push develop + run: uv run mike deploy --push main deploy: needs: build