Skip to content

Commit

Permalink
raise fetch depth (less)
Browse files Browse the repository at this point in the history
  • Loading branch information
goodroot committed Oct 3, 2023
1 parent 85142e8 commit c26e878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/netlify-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
repository: questdb/questdb.io
token: ${{ secrets.GH_PAT }}
fetch-depth: 0
fetch-depth: 1
ref: "master"
persist-credentials: true

Expand All @@ -28,18 +28,6 @@ jobs:
with:
path: tmp

- name: List contents
run: |
ls -la
- name: List contents
run: |
ls -la tmp/
- name: List contents
run: |
ls -la tmp/docs/
- name: Move docs
run: |
cp -rvT tmp/docs docs/.
Expand All @@ -48,10 +36,6 @@ jobs:
run: |
mv tmp/sidebars.js .
- name: Read sidebars.js
run: |
cat sidebars.js
- uses: jsmrcaga/[email protected]
with:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ref: "master"
repository: "questdb/questdb.io"
token: ${{ secrets.GH_PAT }}
fetch-depth: 0
fetch-depth: 1
persist-credentials: true

- name: Copy common files to new repo
Expand Down

0 comments on commit c26e878

Please sign in to comment.