Skip to content

Task/6825 write site usage UI of otanalytics documentation #360

Task/6825 write site usage UI of otanalytics documentation

Task/6825 write site usage UI of otanalytics documentation #360

Workflow file for this run

---
name: Test Website Build on PR
on:
pull_request:
branches:
- master
- main
permissions: read-all
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: mkdocs build