Skip to content

docs(tech): 添加 GraphRAG 相关文档并更新 Docker镜像 #2124

docs(tech): 添加 GraphRAG 相关文档并更新 Docker镜像

docs(tech): 添加 GraphRAG 相关文档并更新 Docker镜像 #2124

Workflow file for this run

name: build-and-deploy
on: push
jobs:
build:
name: Build Gitbook
runs-on: ubuntu-latest
steps:
# Check out the repo first
- name: Checkout code
uses: actions/checkout@v3
# Run this action to publish gitbook
- name: Publish
uses: ZanderZhao/[email protected]
with:
# specify either github_token or personal_token
token: ${{ secrets.PERSONAL_TOKEN }}
# github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }}
# personal_token: ${{ secrets.PERSONAL_TOKEN }}