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 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.