Skip to content

ci: add multiple unity version and build type tests (#15) #9

ci: add multiple unity version and build type tests (#15)

ci: add multiple unity version and build type tests (#15) #9

Workflow file for this run

name: Document generation
on:
push:
branches:
- master
paths:
- "Doxyfile"
- "**.cs"
jobs:
doxygen:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Doxygen
uses: mattnotmitt/[email protected]
- name: Deploy documentation
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/html