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 0d1f567 commit 5f0e5aa
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/generate_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ jobs:

- name: Build Site and Copy
run: |
cd showcase
cd site
pnpm install
pnpm run build
sudo mv _site/* ../site
- name: Build Doxygen documentation for Admin Panel
uses: mattnotmitt/[email protected]
Expand All @@ -57,15 +56,15 @@ jobs:
- name: Move Doxygen HTML files
run: |
sudo mv docs/static site/docs
sudo mv site/docs/admin_panel/html/* site/docs/admin_panel
sudo mv site/docs/raspberry_pi/html/* site/docs/raspberry_pi
sudo mv site/docs/other/html/* 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
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
publish_dir: ./site/_site

build_doxygen_pdf:
needs: generate_page
Expand Down

0 comments on commit 5f0e5aa

Please sign in to comment.