Skip to content

chore(deps): bump actions/configure-pages from 3 to 4 #243

chore(deps): bump actions/configure-pages from 3 to 4

chore(deps): bump actions/configure-pages from 3 to 4 #243

Workflow file for this run

# Doxygenを利用してソースからドキュメントを生成できるかテストする
#
# 生成するために利用するDoxyfileは以下の通り
# - doxygen/Doxyfile
# - すべてのソースファイルからドキュメントを生成する
# - doxygen/Doxyfile4GeneralUsers
# - Controller側で利用するAPIのみをまとめたドキュメントを生成する
#
name: Doxygen
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_call:
jobs:
generate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Run doxygen
uses: mattnotmitt/doxygen-action@v1.9.5
with:
doxyfile-path: "doxygen/Doxyfile"
- name: Run doxygen
uses: mattnotmitt/doxygen-action@v1.9.5
with:
doxyfile-path: "doxygen/Doxyfile4GeneralUsers"