Skip to content

New CI for Doxygen #1351

New CI for Doxygen

New CI for Doxygen #1351

Workflow file for this run

name: Doxygen
# Controls when the action will run.
on:
push:
branches: 'master'
env:
OGRE_VERSION: "latest"
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
Doxygen:
# The type of runner that the job will run on
runs-on: ubuntu-latest
steps:
- name: Build Doxygen
uses: actions/checkout@v3
working-directory: ./
run: ./Scripts/BuildScripts/build_ci_doxygen.sh