Skip to content

Enable debug build of vcpkg (#672) #136

Enable debug build of vcpkg (#672)

Enable debug build of vcpkg (#672) #136

Workflow file for this run

name: Generate Doxygen
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Generate Docs
uses: mattnotmitt/doxygen-action@v1.9.8
- name: Deploy to Github Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/html