Skip to content

Integrate with memory bandwidth exporter to support collection and reporting of memory bandwidth, cpu, mem metrics. #10

Integrate with memory bandwidth exporter to support collection and reporting of memory bandwidth, cpu, mem metrics.

Integrate with memory bandwidth exporter to support collection and reporting of memory bandwidth, cpu, mem metrics. #10

# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
name: Check Online Document Building
permissions: {}
on:
pull_request:
branches: [main]
paths:
- "**.md"
- "**.rst"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: GenAIEval
- name: Checkout docs
uses: actions/checkout@v4
with:
repository: opea-project/docs
path: docs
- name: Build Online Document
shell: bash
run: |
echo "build online doc"
cd docs
bash scripts/build.sh