Skip to content

Commit

Permalink
branch
Browse files Browse the repository at this point in the history
  • Loading branch information
goodroot committed Oct 3, 2023
1 parent a7df020 commit 2fe1c2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/netlify-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
uses: actions/checkout@v4
with:
repository: questdb/questdb.io
token: ${{ secrets.DEPLOY_TOKEN }} # `GH_PAT` is a secret that contains your PAT
token: ${{ secrets.DEPLOY_TOKEN }}
fetch-depth: 0
ref: "master"
persist-credentials: true

- name: Checkout local docs
Expand Down

0 comments on commit 2fe1c2f

Please sign in to comment.