Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,20 @@ name: 'Build Documentation'
on:
push:
branches: [ main, stable, oldstable ]
pull_request:
branches: [ main, stable, oldstable ]

jobs:
generate-doc-and-upload-coverage:
name: Build XML documentation and upload coverage
runs-on: ubuntu-latest
container: greenbone/doxygen
steps:
- name: Install gvmd doc dependencies
run: |
apt update
apt install --no-install-recommends -y xmltoman xsltproc
rm -rf /var/lib/apt/lists/*
- name: Run the c lang coverage action
uses: greenbone/actions/doc-coverage-clang@v3

Expand Down