Skip to content

Commit

Permalink
Fix action again (#13)
Browse files Browse the repository at this point in the history
Please work
  • Loading branch information
unwieldycat authored Nov 20, 2023
2 parents d93fc9c + 389ef1d commit 5b375df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install Doxygen
run: sudo sh -c 'echo deb http://cz.archive.ubuntu.com/ubuntu focal main universe >> /etc/apt/sources.list' && sudo apt-get update && sudo apt-get install -y -t focal doxygen
- name: Checkout
uses: actions/[email protected]
- name: Checkout Doxygen Awesome
uses: Mushus/[email protected]
with:
submodulePath: ./docs/doxygen-awesome-css
- name: Generate Documentation
run: ./build-docs.sh
uses: mattnotmitt/[email protected]
with:
doxyfile-path: 'docs/Doxyfile'
- name: Deploy
uses: JamesIves/[email protected]
with:
Expand Down

0 comments on commit 5b375df

Please sign in to comment.