Skip to content

Stripped out the OpenMP SIMD macros as they're not worth the effort. #346

Stripped out the OpenMP SIMD macros as they're not worth the effort.

Stripped out the OpenMP SIMD macros as they're not worth the effort. #346

Workflow file for this run

on:
push:
branches:
- master
name: Build documentation
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Add Pretty CSS
uses: wei/wget@v1
with:
args: -O docs/doxygen-awesome.css https://raw.githubusercontent.com/jothepro/doxygen-awesome-css/main/doxygen-awesome.css
- name: Add subpar tagfile
uses: wei/wget@v1
with:
args: -O docs/subpar.tag https://ltla.github.io/subpar/subpar.tag
- name: Doxygen Action
uses: mattnotmitt/doxygen-action@v1
with:
working-directory: docs/
- name: GH Pages Deployment
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs/html
target-folder: docs/
clean: true # Automatically remove deleted files from the deploy branch