Skip to content

Commit

Permalink
Update Doxygen.yml
Browse files Browse the repository at this point in the history
Bump version numbers
  • Loading branch information
tdealtry authored May 8, 2024
1 parent aa04650 commit 12b2320
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/Doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Make docs folder
run: mkdir docs-output

# Runs a single command using the runners shell
- name: Doxygen Action
uses: mattnotmitt/[email protected]

uses: mattnotmitt/[email protected]
with:
enable-latex: false

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 12b2320

Please sign in to comment.