diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5ca57231..592e9635 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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 diff --git a/.semversioner/next-release/patch-20240819221559462799.json b/.semversioner/next-release/patch-20240819221559462799.json new file mode 100644 index 00000000..09efcd36 --- /dev/null +++ b/.semversioner/next-release/patch-20240819221559462799.json @@ -0,0 +1,4 @@ +{ + "type": "patch", + "description": "Avoid running index on gh-pages publishing" +} diff --git a/docsite/.gitignore b/docsite/.gitignore index 845c745a..1a940e22 100644 --- a/docsite/.gitignore +++ b/docsite/.gitignore @@ -3,4 +3,5 @@ _posts posts/query/notebooks/*.ipynb posts/query/notebooks/*_nb.md *.parquet -*.zip \ No newline at end of file +*.zip +!data/operation_dulce/*.zip \ No newline at end of file diff --git a/docsite/data/operation_dulce/dataset.zip b/docsite/data/operation_dulce/dataset.zip new file mode 100644 index 00000000..4697bd10 Binary files /dev/null and b/docsite/data/operation_dulce/dataset.zip differ