Skip to content

[hal/air105] add uart driver, need test #2898

[hal/air105] add uart driver, need test

[hal/air105] add uart driver, need test #2898

Workflow file for this run

name: vsf doxygen
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
doxygen:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: doxygen-en
uses: mattnotmitt/doxygen-action@edge
with:
doxyfile-path: 'doxygen/vsf_doxygen_en.conf'
- name: doxygen-zh
uses: mattnotmitt/doxygen-action@edge
with:
doxyfile-path: 'doxygen/vsf_doxygen_zh.conf'
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.VSF_AIO }}
external_repository: vsfteam/vsfteam.github.io
publish_dir: doxygen
publish_branch: master