Skip to content

[bsp][renesas]Link script adds finsh related sections. (#8837) #32

[bsp][renesas]Link script adds finsh related sections. (#8837)

[bsp][renesas]Link script adds finsh related sections. (#8837) #32

Workflow file for this run

name: doc_doxygen
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:
- documentation/**
- '**/README.md'
- '**/README_zh.md'
pull_request:
branches:
- master
paths-ignore:
- documentation/**
- bsp/**
- examples/**
- .github/**
- '**/README.md'
- '**/README_zh.md'
jobs:
build:
if: false # disable this job
runs-on: ubuntu-latest
name: doxygen_doc generate
if: github.repository_owner == 'RT-Thread'

Check failure on line 29 in .github/workflows/doxygen.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/doxygen.yml

Invalid workflow file

You have an error in your yaml syntax on line 29
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Install Tools
shell: bash
run: |
sudo apt-get update
sudo apt-get -qq install doxygen graphviz
- name: generat doxygen html
shell: bash
run: |
cd documentation/doxygen
doxygen Doxyfile
cat Doxyfile