Skip to content

Simplify RPATH settings (#192) #1574

Simplify RPATH settings (#192)

Simplify RPATH settings (#192) #1574

Workflow file for this run

name: Documentation
on: [pull_request, push]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
doxygen:
name: "Doxygen"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Create build directory
run: mkdir build
- name: Run Doxygen
uses: mattnotmitt/[email protected]
with:
doxyfile-path: 'docs/Doxyfile'
- uses: actions/upload-artifact@v3
with:
name: documentation
path: build/docs