Skip to content

Commit

Permalink
Merge pull request #2 from questdb/kellen/test-2
Browse files Browse the repository at this point in the history
Run test2
  • Loading branch information
goodroot authored Oct 3, 2023
2 parents c5c78fb + 72ed6a0 commit a5a4bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/netlify-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# documentation

The questDB docs test.
The questDB docs test2.

0 comments on commit a5a4bdf

Please sign in to comment.