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/checkout@v2.0.0
- name: Checkout Doxygen Awesome
uses: Mushus/checkout-submodule@v1.0.1
with:
submodulePath: ./docs/doxygen-awesome-css
- name: Generate Documentation
run: ./build-docs.sh
uses: mattnotmitt/doxygen-action@v1.9.5
with:
doxyfile-path: 'docs/Doxyfile'
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.4.3
with:
Expand Down

0 comments on commit 5b375df

Please sign in to comment.