Skip to content

Separate UID and GID and fix ccache (#20) #32

Separate UID and GID and fix ccache (#20)

Separate UID and GID and fix ccache (#20) #32

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