Skip to content

Commit

Permalink
added doc build yml@
Browse files Browse the repository at this point in the history
  • Loading branch information
MeijisIrlnd committed Aug 11, 2024
1 parent d7e1af6 commit 498dfcd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/doygen-ghpages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Doxygen Github Pages Deploy Action
on:
push:
branches:
- main

jobs:
build-project:
name: Build Documentation
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install doxygen
uses: ssciwr/doxygen-install@v1
- name: Configure
uses: threeal/cmake-action@main
with:
build-args: "--target mostly_harmless_docs"
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/docs/html

0 comments on commit 498dfcd

Please sign in to comment.