Skip to content

Commit a81efe5

Browse files
Fix docsite base url (#319)
* Fix docsite base url * Semversioner
1 parent c556fbb commit a81efe5

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/workflows/gh-pages.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: gh-pages
22
on:
33
push:
44
branches: [main]
5-
5+
66
permissions:
77
contents: write
88

99
env:
1010
POETRY_VERSION: 1.8.3
11-
PYTHON_VERSION: '3.11'
11+
PYTHON_VERSION: "3.11"
1212
NODE_VERSION: 18.x
1313

1414
jobs:
@@ -71,18 +71,20 @@ jobs:
7171
- name: Install Azurite
7272
id: azuright
7373
uses: potatoqualitee/[email protected]
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 numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "patch",
3+
"description": "Fix docsite base url"
4+
}

0 commit comments

Comments
 (0)