Skip to content

Commit

Permalink
Doxygen publish workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe2933 committed Oct 8, 2024
1 parent d9c0067 commit affbefd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/doxygen-pages.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Deploy Doxygen Documentation to Pages

on:
push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- uses: actions/checkout@v4

- name: Doxygen GitHub Pages Deploy Action
uses: DenverCoder1/doxygen-github-pages-action@v2.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit affbefd

Please sign in to comment.