mirror of
https://github.com/microsoft/graphrag.git
synced 2025-09-03 13:27:48 +00:00
Fix gh-pages publishing (#976)
* Remove indexer run from gh-pages, and use a local zip to avoid running * Semver
This commit is contained in:
parent
84f9bae129
commit
e4daf358b9
9
.github/workflows/gh-pages.yml
vendored
9
.github/workflows/gh-pages.yml
vendored
@ -68,15 +68,6 @@ jobs:
|
||||
- name: Install Poetry dependencies
|
||||
run: poetry install
|
||||
|
||||
- name: Install Azurite
|
||||
id: azuright
|
||||
uses: potatoqualitee/azuright@v1.1
|
||||
|
||||
- name: Generate Indexer Outputs
|
||||
run: |
|
||||
poetry run poe test_smoke
|
||||
zip -jrm docsite/data/operation_dulce/dataset.zip tests/fixtures/min-csv/output/*/artifacts/*.parquet
|
||||
|
||||
- name: Build Jupyter Notebooks
|
||||
run: poetry run poe convert_docsite_notebooks
|
||||
|
||||
|
@ -0,0 +1,4 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Avoid running index on gh-pages publishing"
|
||||
}
|
3
docsite/.gitignore
vendored
3
docsite/.gitignore
vendored
@ -3,4 +3,5 @@ _posts
|
||||
posts/query/notebooks/*.ipynb
|
||||
posts/query/notebooks/*_nb.md
|
||||
*.parquet
|
||||
*.zip
|
||||
*.zip
|
||||
!data/operation_dulce/*.zip
|
BIN
docsite/data/operation_dulce/dataset.zip
Normal file
BIN
docsite/data/operation_dulce/dataset.zip
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user