mirror of
https://github.com/microsoft/graphrag.git
synced 2025-11-23 05:26:53 +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:
|
env:
|
||||||
POETRY_VERSION: 1.8.3
|
POETRY_VERSION: 1.8.3
|
||||||
PYTHON_VERSION: '3.11'
|
PYTHON_VERSION: "3.11"
|
||||||
NODE_VERSION: 18.x
|
NODE_VERSION: 18.x
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -83,6 +83,8 @@ jobs:
|
|||||||
- name: Build docsite
|
- name: Build docsite
|
||||||
run: yarn build
|
run: yarn build
|
||||||
working-directory: docsite
|
working-directory: docsite
|
||||||
|
env:
|
||||||
|
DOCSITE_BASE_URL: "graphrag"
|
||||||
|
|
||||||
- name: List docsite files
|
- name: List docsite files
|
||||||
run: find docsite/_site
|
run: find docsite/_site
|
||||||
|
|||||||
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"type": "patch",
|
||||||
|
"description": "Fix docsite base url"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user