Skip to content

set to deploy on master #5

set to deploy on master

set to deploy on master #5

Workflow file for this run

on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Generate and Deploy Doxygen Docs
uses: langroodi/doxygenize@7678ae6
with:
doxygenconf: ./Doxyfile.in
htmloutput: ./docs/code/simapi
ghpagesbranch: master
ghpagesdir: ./docs
darkmode: true