mirror of
https://github.com/crankyoldgit/IRremoteESP8266.git
synced 2026-01-12 00:05:10 +08:00
Fix broken doxygen action. (#1577)
* Fix doxygen action. * Make the action run on every push. * Tested that it detects a doxygen warning/error correctly.
This commit is contained in:
10
.github/workflows/Documentation.yml
vendored
10
.github/workflows/Documentation.yml
vendored
@@ -4,11 +4,7 @@ name: Documentation
|
|||||||
|
|
||||||
# Controls when the action will run. Workflow runs when manually triggered using the UI
|
# Controls when the action will run. Workflow runs when manually triggered using the UI
|
||||||
# or API.
|
# or API.
|
||||||
on:
|
on: [push]
|
||||||
push:
|
|
||||||
branches: [ master ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ master ]
|
|
||||||
|
|
||||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
@@ -16,6 +12,4 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: SteffenSeckler/doxygen-action@v2.2.0beta4
|
- uses: mattnotmitt/doxygen-action@v1
|
||||||
with:
|
|
||||||
fail-on-warnings: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user