Skip to content

Commit

Permalink
Update generate_documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Apr 22, 2024
1 parent 7fccf60 commit 4a3daa8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/generate_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,11 @@ jobs:
doxyfile-path: "./Doxyfile"
working-directory: "./app/other"

- name: Move Admin Panel Doxygen HTML files
- name: Move Doxygen HTML files
run: |
sudo mv docs/static site/docs
sudo mv site/docs/admin_panel/html/* site/docs/admin_panel
- name: Move Raspberry Pi Doxygen HTML files
run: |
sudo mv site/docs/raspberry_pi/html/* site/docs/raspberry_pi
- name: Move Other Doxygen HTML files
run: |
sudo mv site/docs/other/html/* site/docs/other
- name: Deploy
Expand Down

0 comments on commit 4a3daa8

Please sign in to comment.