Skip to content

Commit

Permalink
feat: Added cmake option that allows you to build docs on a non-cuda …
Browse files Browse the repository at this point in the history
…capable platform.
  • Loading branch information
amstokely committed Nov 27, 2023
1 parent c485bdb commit e7148ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on: push
jobs:
deploy-docs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: .
steps:
- name: Install Doxygen
run: sudo apt-get install doxygen
Expand Down

0 comments on commit e7148ee

Please sign in to comment.