Skip to content

Commit

Permalink
Test rpi_common doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Apr 18, 2024
1 parent d19a3a4 commit 86af9ad
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/generate_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,29 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Build Doxygen documentation for Backend
uses: mattnotmitt/[email protected]
with:
doxyfile-path: "./Doxyfile"
working-directory: "./backend"
# - name: Build Doxygen documentation for Backend
# uses: mattnotmitt/[email protected]
# with:
# doxyfile-path: "./Doxyfile"
# working-directory: "./backend"

- name: Build Doxygen documentation for Raspberry Pi
uses: mattnotmitt/[email protected]
with:
doxyfile-path: "./Doxyfile"
working-directory: "./raspberry_pi"
working-directory: "./rpi/common"

- name: Move Doxygen HTML files into their parent directories
run: |
sudo mv docs/backend/html/* docs/backend
sudo mv docs/raspberry_pi/html/* docs/raspberry_pi
# sudo mv docs/backend/html/* docs/backend
sudo mv docs/rpi/common/html/* docs/raspberry_pi
- name: Build JSDoc documentation
uses: andstor/jsdoc-action@v1
with:
config_file: "./frontend/jsdoc.config.json"
output_dir: './docs/frontend'
recurse: true
# - name: Build JSDoc documentation
# uses: andstor/jsdoc-action@v1
# with:
# config_file: "./frontend/jsdoc.config.json"
# output_dir: './docs/frontend'
# recurse: true

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

0 comments on commit 86af9ad

Please sign in to comment.