Skip to content

Feature/steering sys and load cell interface (#81) #49

Feature/steering sys and load cell interface (#81)

Feature/steering sys and load cell interface (#81) #49

Workflow file for this run

name: generate doxygen docs and deploy to github pages
on:
push:
branches:
- master
jobs:
gen_docs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: gen docs
uses: mattnotmitt/doxygen-action@v1.9.5
with:
doxyfile-path: 'Doxyfile'
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./html # Set this to the Doxygen output directory
keep_files: false # Set to true to keep files that are not in the Doxygen output directory