Skip to content

Merge branch 'master' of https://github.com/udonrobo/UdonLibrary #130

Merge branch 'master' of https://github.com/udonrobo/UdonLibrary

Merge branch 'master' of https://github.com/udonrobo/UdonLibrary #130

Workflow file for this run

#
# Doxygen Page
#
# Copyright (c) 2022-2024 udonrobo
#
name: Doxygen Page
on:
push:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
DoxygenPage:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Generate Documentation
uses: mattnotmitt/doxygen-action@edge
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/master' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/DoxygenDist/html