Skip to content

Fix missing documentation in LLM runtime, and a broken link + some ty… #2

Fix missing documentation in LLM runtime, and a broken link + some ty…

Fix missing documentation in LLM runtime, and a broken link + some ty… #2

Workflow file for this run

name: Publish
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Online Document
run: |
git config --local --get remote.origin.url
cd docs/build_docs
bash build.sh latest
- name: Push to github
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build_tmp/gh-pages
publish_branch: gh-pages