Skip to content

Avoid multiple Actions runs inside a PR. #54

Avoid multiple Actions runs inside a PR.

Avoid multiple Actions runs inside a PR. #54

Workflow file for this run

on:
push:
branches:
- master
name: Build documentation
jobs:
doxygenator:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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: Doxygen Action
uses: mattnotmitt/[email protected]
with:
working-directory: docs/
- name: GH Pages Deployment
uses: JamesIves/[email protected]
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