Skip to content

Commit

Permalink
Feature/dynamic parquet parsing (#31)
Browse files Browse the repository at this point in the history
* feat: implement dynamic parquet parsing and update for graphrag v1.0.0

* ci: ignore warnings during GitHub Pages deployment
  • Loading branch information
noworneverev authored Dec 17, 2024
1 parent 0e7806c commit 343e7ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
REACT_APP_GA_MEASUREMENT_ID: ${{ secrets.REACT_APP_GA_MEASUREMENT_ID }}
CI: false
run: |
git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/${{ github.repository }}
npm run deploy

0 comments on commit 343e7ca

Please sign in to comment.