mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 00:45:22 +08:00
[doxygen] add driver example for doxygen (#9446)
This commit is contained in:
18
.github/workflows/doxygen.yml
vendored
18
.github/workflows/doxygen.yml
vendored
@@ -3,27 +3,13 @@ on:
|
||||
# Runs at 16:00 UTC (BeiJing 00:00) on the 30st of every month
|
||||
schedule:
|
||||
- cron: '0 16 30 * *'
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- '**/README_zh.md'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths-ignore:
|
||||
- bsp/**
|
||||
- examples/**
|
||||
- .github/**
|
||||
- '**/README.md'
|
||||
- '**/README_zh.md'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: doxygen_doc generate
|
||||
if: github.repository_owner == 'RT-Thread' && false
|
||||
if: github.repository_owner == 'RT-Thread'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user