Fix doxygen target not running on CI #19
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Native Ubuntu 22.04 pipeline | |
on: [push] | |
jobs: | |
documentation_pipeline: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v1 | |
- name: Install development dependencies | |
run: ./.devcontainer/setup_documentation_environment_on_ubuntu_22.sh | |
- name: Configure | |
run: ./scripts/configure.sh | |
- name: Make documentation | |
run: ./scripts/document.sh | |