Skip to content

Commit

Permalink
Use ssciwr/doxygen-install action to install doxygen 1.9.8 and then r…
Browse files Browse the repository at this point in the history
…un it
  • Loading branch information
rmisev committed Jan 30, 2024
1 parent 936907b commit 89e5c6d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,14 @@ jobs:
cmake -S . -B build -DCMAKE_CXX_COMPILER=g++ -DCMAKE_CXX_STANDARD=20 -DURL_BUILD_TESTS=OFF -DURL_BUILD_EXTRACTED=ON
cmake --build build
# Run doxygen
# Install and run doxygen
- name: Download theme
run: doc/download-theme.sh
- uses: mattnotmitt/doxygen-action@edge
- uses: ssciwr/doxygen-install@v1
with:
version: "1.9.8"
- name: Run doxygen
run: /usr/local/bin/doxygen

# Deploy docs
- name: Is there a gh-pages branch?
Expand Down

0 comments on commit 89e5c6d

Please sign in to comment.