Skip to content

Commit 343e7ca

Browse files
authored
Feature/dynamic parquet parsing (#31)
* feat: implement dynamic parquet parsing and update for graphrag v1.0.0 * ci: ignore warnings during GitHub Pages deployment
1 parent 0e7806c commit 343e7ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
3232
REACT_APP_GA_MEASUREMENT_ID: ${{ secrets.REACT_APP_GA_MEASUREMENT_ID }}
33+
CI: false
3334
run: |
3435
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}
3536
npm run deploy

0 commit comments

Comments
 (0)