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 e63c56f commit f8f8519
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
publish_dir: ./site

build_doxygen_pdf:
needs: build_doxygen
needs: generate_page
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -83,12 +83,12 @@ jobs:
cd docs/admin_panel/latex
sudo make
cd ../..
cd ../../..
cd docs/raspberry_pi/latex
sudo make
cd ../..
cd ../../..
cd docs/other/latex
sudo make
Expand Down

0 comments on commit f8f8519

Please sign in to comment.