From cea15efcb559332872dd70a9f8ebd2dc0842591c Mon Sep 17 00:00:00 2001 From: Kellen <9484709+goodroot@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:55:44 -0700 Subject: [PATCH 1/2] run test2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 330bcb56..5cb2cd79 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # documentation -The questDB docs test. +The questDB docs test2. From 72ed6a007ed7fb93736cede838bb76fbb63bd662 Mon Sep 17 00:00:00 2001 From: Kellen <9484709+goodroot@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:59:25 -0700 Subject: [PATCH 2/2] polish --- .github/workflows/netlify-preview.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/netlify-preview.yml b/.github/workflows/netlify-preview.yml index 332b8074..2e9c66da 100644 --- a/.github/workflows/netlify-preview.yml +++ b/.github/workflows/netlify-preview.yml @@ -14,17 +14,12 @@ jobs: name: "build on Netlify" runs-on: ubuntu-latest - env: - ALGOLIA_API_KEY: ${{ vars.ALGOLIA_API_KEY }} - ALGOLIA_APP_ID: ${{ vars.ALGOLIA_APP_ID }} - GOOGLE_ANALYTICS_ID: ${{ vars.GOOGLE_ANALYTICS_ID }} - steps: - name: Checkout main website repo uses: actions/checkout@v4 with: repository: questdb/questdb.io - token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT + token: ${{ secrets.DEPLOY_TOKEN }} # `GH_PAT` is a secret that contains your PAT fetch-depth: 0 persist-credentials: true