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:
Alonso Guevara 2024-08-19 16:30:55 -06:00 committed by GitHub
parent 84f9bae129
commit e4daf358b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 10 deletions

View File

@ -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

View File

@ -0,0 +1,4 @@
{
"type": "patch",
"description": "Avoid running index on gh-pages publishing"
}

3
docsite/.gitignore vendored
View File

@ -3,4 +3,5 @@ _posts
posts/query/notebooks/*.ipynb
posts/query/notebooks/*_nb.md
*.parquet
*.zip
*.zip
!data/operation_dulce/*.zip

Binary file not shown.