Skip to content

Commit

Permalink
Updating for v1.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
langroodi authored Sep 25, 2021
1 parent 1ed2811 commit c08df56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ INPUT = # Relative path to root of your repository (e.g, ./src)
- Call `action/checkoutv2` in the workflow to clone the repository;
- Add following step to your respository workflow script:
```yaml
uses: langroodi/doxygenize@[version/tag/commit hash (i.e., v1.1)]
uses: langroodi/doxygenize@[version/tag/commit hash (i.e., v1.2)]
```
- In case of different:
- Doxygen configuration file name and/or path;
Expand All @@ -40,7 +40,7 @@ uses: langroodi/doxygenize@[version/tag/commit hash (i.e., v1.1)]
| ghpagesdir | string | `./` | GitHub Pages home directory in the GitHub Pages branch |

```yaml
uses: langroodi/doxygenize@[version/tag/commit hash (e.g., v1.1)]
uses: langroodi/doxygenize@[version/tag/commit hash (e.g., v1.2)]
with:
doxygenconf: '[Configuration file path (e.g., ./doc/doxygen.conf)]'
htmloutput: '[HTML output folder (e.g., ./doc/html/)]'
Expand Down

0 comments on commit c08df56

Please sign in to comment.