Skip to content

Commit

Permalink
Update doxygen.yml to publish API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChen2023 committed Apr 28, 2024
1 parent 12634c1 commit 973f3dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Generate API reference via Doxygen and push to GitHub Pages
env:
# Specify the doc version to which the API reference belongs
doc_version: 3.6.0
doc_version: 3.8.0
on:
push:
branches:
# Remember to update the version number
- master
- release-3.8

jobs:
build:
Expand Down

0 comments on commit 973f3dd

Please sign in to comment.