Skip to content

Commit

Permalink
docs: auto build doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
nullptr authored Nov 22, 2024
1 parent 7ce6a9b commit 7a312b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build-docs
on:
push:
branches:
- dev # should be main later
- main
paths:
- '.github/workflows/build-docs.yml'
- 'docs/**'
Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "SSCMA-Micro CPP SDK"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v2023.11.01
PROJECT_NUMBER = v2.0.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down

0 comments on commit 7a312b6

Please sign in to comment.