Skip to content

Only analyze sparsity pattern of left-hand side once (#271) #1967

Only analyze sparsity pattern of left-hand side once (#271)

Only analyze sparsity pattern of left-hand side once (#271) #1967

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@v4
- name: Create build directory
run: mkdir build
- name: Run Doxygen
uses: mattnotmitt/doxygen-action@edge
with:
doxyfile-path: 'docs/Doxyfile'
- uses: actions/upload-artifact@v3
with:
name: documentation
path: build/docs