Skip to content

build(deps): bump jinja2 from 3.0.1 to 3.1.5 in /python/obt_web #3797

build(deps): bump jinja2 from 3.0.1 to 3.1.5 in /python/obt_web

build(deps): bump jinja2 from 3.0.1 to 3.1.5 in /python/obt_web #3797

Workflow file for this run

name: doxygen documentation
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref_name != 'master' }}
on:
push:
branches: [master]
pull_request:
branches: [master]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
doxygen:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
path: iotivity-lite
- name: build_documentation
run: |
sudo apt-get update -y
sudo apt-get install doxygen
doxygen --version
cd ${{ github.workspace }}/iotivity-lite/tools
./build_doc.sh