Skip to content

fix(api): try remove bug finalize with MPI #177

fix(api): try remove bug finalize with MPI

fix(api): try remove bug finalize with MPI #177

Workflow file for this run

name: publish-doc
on: [push, pull_request]
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Action Doxygen and GitHub Pages
id: ghaction
uses: AgarwalSaurav/ghaction-doxygen-ghpages@release/v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
working-directory: .
doxyfile-path: documentation/Doxyfile
html-output-folder: documentation/output/html
branch: gh-pages