Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
milosz275 committed Jun 29, 2024
1 parent 0ccff00 commit d7a2bdd
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/doxygen-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install Doxygen and Doxygen Awesome
run: sudo apt-get update && \
sudo apt-get install -y doxygen && \
git clone https://github.com/jothepro/doxygen-awesome-css.git && \
cd doxygen-awesome-css && \

- name: Install Doxygen
run: sudo apt-get update && sudo apt-get install -y doxygen

- name: Install doxygen-awesome-css
run: |
git clone https://github.com/jothepro/doxygen-awesome-css.git
cd doxygen-awesome-css
make install
- name: Run Doxygen
Expand Down

0 comments on commit d7a2bdd

Please sign in to comment.