Skip to content

Add launch test using ros parameter (#29) #39

Add launch test using ros parameter (#29)

Add launch test using ros parameter (#29) #39

Workflow file for this run

name: Doxygen
on:
workflow_dispatch:
push:
branches:
- ros2
jobs:
doxygen:
env:
DOXYGEN_OUTPUT_DIRECTORY: ${{ github.workspace }}/docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install doxygen and graphviz
run: sudo apt-get install -y doxygen graphviz
- name: Build 🏗️ doxygen site
run: doxygen
- name: Deploy 🚀 GitHub Pages Site
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: ${{ env.DOXYGEN_OUTPUT_DIRECTORY }}/html