Skip to content

Commit

Permalink
build: use newer doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Oct 29, 2024
1 parent 4e38fe0 commit cc5b8d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ runs:
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y libgmock-dev libgtest-dev nlohmann-json3-dev valgrind llvm gcovr doxygen graphviz
sudo apt-get install -y libgmock-dev libgtest-dev nlohmann-json3-dev valgrind llvm gcovr graphviz
3 changes: 3 additions & 0 deletions .github/workflows/apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Install dependencies
uses: ./.github/actions/install-dependencies

- name: Install Doxygen
uses: ssciwr/doxygen-install@c764640fdc30c7e785ba0f4a0a792d4c3d112553 # v1.6.0

- name: Generate API Docs
run: |
cmake -B build
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ project(
wwa_jsonrpc
VERSION 1.0.0
DESCRIPTION "JSON-RPC 2.0 library"
HOMEPAGE_URL "https://github.com/sjinks/jsonrpc-cpp"
HOMEPAGE_URL "https://sjinks.github.io/jsonrpc-cpp/"
LANGUAGES CXX
)

Expand Down

0 comments on commit cc5b8d6

Please sign in to comment.