Skip to content

Commit

Permalink
WIP - Update docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
GDYendell committed Nov 24, 2022
1 parent 51d44eb commit eba913c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
shell: bash

- name: Generate Doxygen Documentation
run: cd doc/doxygen && doxygen
run: cd cpp/doc/doxygen && doxygen
shell: bash

- name: Build Docs
run: pip install -U git+https://github.com/odin-detector/[email protected] && pip install .[dev] && sphinx-build -ET doc build/html/
run: pip install -U git+https://github.com/odin-detector/[email protected] && pip install python[dev] && sphinx-build -ET cpp/doc build/html/

- name: Publish Docs
if: github.event_name == 'push'
Expand Down

0 comments on commit eba913c

Please sign in to comment.