Skip to content

Commit

Permalink
try different imp.
Browse files Browse the repository at this point in the history
  • Loading branch information
meenchen committed Aug 22, 2023
1 parent c92d572 commit 4717e19
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,19 @@ on:
- dev/docs

jobs:
documentation:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout repo
uses: actions/checkout@v2
- uses: actions/checkout@v2

- name: Install Doxygen
run: sudo apt-get install doxygen

- name: Generate documentation
run: doxygen Doxyfile
- name: Doxygen Action
uses: mattnotmitt/doxygen-action@v1.1.0
with:
doxyfile-path: "./Doxyfile" # default is ./Doxyfile
working-directory: "." # default is .

- name: Deploy to GitHub Pages
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 4717e19

Please sign in to comment.