Skip to content

Avoid embedding the absolute install prefix in the artifacts #40

Avoid embedding the absolute install prefix in the artifacts

Avoid embedding the absolute install prefix in the artifacts #40

Workflow file for this run

name: Doxygen
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install base dependencies
run: |
sudo apt update;
sudo apt -y install doxygen graphviz
- name: doxygen Doxyfile
run: doxygen Doxyfile