Skip to content

Commit

Permalink
Moving Web App docs to JSDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
shillinc-osu committed Apr 29, 2024
1 parent 1fdf268 commit 5cd4fd7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@ jobs:
working-directory: "." # default is .


- name: Doxygen Action_web
uses: mattnotmitt/doxygen-action@v1.1.0
- name: Build_web
uses: andstor/jsdoc-action@v1
with:
# Path to Doxyfile
doxyfile-path: "./docs/webDoxyfile" # default is ./Doxyfile
# Working directory
working-directory: "." # default is .
source_dir: ./WebApp/src
recurse: true
output_dir: ./docs/web

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 5cd4fd7

Please sign in to comment.