Skip to content

Commit

Permalink
wip ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-chedaleux committed Aug 7, 2023
1 parent b3df783 commit 1d16fd2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: API documentation generation

on:
push:
branches:
- generate-api-doc

jobs:
container:
runs-on: ubuntu-latest
container: ubuntu:latest
steps:
- uses: actions/checkout@v3
- run: |
sudo apt install -y doxygen
doxygen doc/doxygen.cfg
name: Generate documentation

0 comments on commit 1d16fd2

Please sign in to comment.