Skip to content

applications: current: Fix calib. range, add downlink wdg, CEREG LED … #116

applications: current: Fix calib. range, add downlink wdg, CEREG LED …

applications: current: Fix calib. range, add downlink wdg, CEREG LED … #116

Workflow file for this run

name: Documentation build CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
path: 'chester-sdk'
- uses: actions/checkout@v2
with:
repository: 'jothepro/doxygen-awesome-css'
path: 'doxygen-awesome-css'
- name: Build docs
uses: mattnotmitt/doxygen-action@v1.9.5
with:
working-directory: 'chester-sdk'
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./chester-sdk/doc/html