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 5f0e5aa commit 2b5e181
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/generate_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
- name: Move Doxygen HTML files
run: |
sudo mv docs/static site/docs
mkdir -p site/_site/docs/admin_panel
mkdir -p site/_site/docs/raspberry_pi
mkdir -p site/_site/docs/other
sudo mv site/docs/admin_panel/html/* site/_site/docs/admin_panel
sudo mv site/docs/raspberry_pi/html/* site/_site/docs/raspberry_pi
sudo mv site/docs/other/html/* site/_site/docs/other
Expand Down

0 comments on commit 2b5e181

Please sign in to comment.