mirror of
https://github.com/microsoft/graphrag.git
synced 2025-11-21 04:24:13 +00:00
parent
c556fbb795
commit
a81efe58c7
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
@ -8,7 +8,7 @@ permissions:
|
||||
|
||||
env:
|
||||
POETRY_VERSION: 1.8.3
|
||||
PYTHON_VERSION: '3.11'
|
||||
PYTHON_VERSION: "3.11"
|
||||
NODE_VERSION: 18.x
|
||||
|
||||
jobs:
|
||||
@ -83,6 +83,8 @@ jobs:
|
||||
- name: Build docsite
|
||||
run: yarn build
|
||||
working-directory: docsite
|
||||
env:
|
||||
DOCSITE_BASE_URL: "graphrag"
|
||||
|
||||
- name: List docsite files
|
||||
run: find docsite/_site
|
||||
|
||||
@ -0,0 +1,4 @@
|
||||
{
|
||||
"type": "patch",
|
||||
"description": "Fix docsite base url"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user