File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
.semversioner/next-release Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ name: gh-pages
22on :
33 push :
44 branches : [main]
5-
5+
66permissions :
77 contents : write
88
99env :
1010 POETRY_VERSION : 1.8.3
11- PYTHON_VERSION : ' 3.11'
11+ PYTHON_VERSION : " 3.11"
1212 NODE_VERSION : 18.x
1313
1414jobs :
@@ -71,18 +71,20 @@ jobs:
7171 - name : Install Azurite
7272 id : azuright
7373 uses : potatoqualitee/azuright@v1.1
74-
74+
7575 - name : Generate Indexer Outputs
7676 run : |
7777 poetry run poe test_smoke
7878 zip -jrm docsite/data/operation_dulce/dataset.zip tests/fixtures/min-csv/output/*/artifacts/*.parquet
79-
79+
8080 - name : Build Jupyter Notebooks
8181 run : poetry run poe convert_docsite_notebooks
8282
8383 - name : Build docsite
8484 run : yarn build
8585 working-directory : docsite
86+ env :
87+ DOCSITE_BASE_URL : " graphrag"
8688
8789 - name : List docsite files
8890 run : find docsite/_site
Original file line number Diff line number Diff line change 1+ {
2+ "type" : " patch" ,
3+ "description" : " Fix docsite base url"
4+ }
You can’t perform that action at this time.
0 commit comments