Skip to content

Commit

Permalink
Update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnotmitt committed Jun 19, 2022
1 parent 277f9fc commit 9c3e567
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ An `edge` tag has been created, tracking the version of doxygen available on the

## Example usage with additional font package
```yaml
uses: mattnotmitt/doxygen-action@v1.9.2
uses: mattnotmitt/doxygen-action@v1.9.4
with:
additional-packages: font-fira-code
```
## Example usage with set working dir and doxyfile path (no LaTeX)
```yaml
uses: mattnotmitt/doxygen-action@v1.9.2
uses: mattnotmitt/doxygen-action@v1.9.4
with:
working-directory: 'submodule/'
doxyfile-path: 'docs/Doxygen'
Expand All @@ -56,7 +56,7 @@ with:
## Example usage (with LaTeX)
```yaml
uses: mattnotmitt/doxygen-action@v1.9.2
uses: mattnotmitt/doxygen-action@v1.9.4
with:
working-directory: 'submodule/'
doxyfile-path: 'docs/Doxygen'
Expand Down

0 comments on commit 9c3e567

Please sign in to comment.