File tree 2 files changed +10
-4
lines changed
.semversioner/next-release
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ name: gh-pages
2
2
on :
3
3
push :
4
4
branches : [main]
5
-
5
+
6
6
permissions :
7
7
contents : write
8
8
9
9
env :
10
10
POETRY_VERSION : 1.8.3
11
- PYTHON_VERSION : ' 3.11'
11
+ PYTHON_VERSION : " 3.11"
12
12
NODE_VERSION : 18.x
13
13
14
14
jobs :
@@ -71,18 +71,20 @@ jobs:
71
71
- name : Install Azurite
72
72
id : azuright
73
73
uses :
potatoqualitee/[email protected]
74
-
74
+
75
75
- name : Generate Indexer Outputs
76
76
run : |
77
77
poetry run poe test_smoke
78
78
zip -jrm docsite/data/operation_dulce/dataset.zip tests/fixtures/min-csv/output/*/artifacts/*.parquet
79
-
79
+
80
80
- name : Build Jupyter Notebooks
81
81
run : poetry run poe convert_docsite_notebooks
82
82
83
83
- name : Build docsite
84
84
run : yarn build
85
85
working-directory : docsite
86
+ env :
87
+ DOCSITE_BASE_URL : " graphrag"
86
88
87
89
- name : List docsite files
88
90
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