Skip to content

Commit

Permalink
Update REAMDE with latest version numbers (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanKilleen committed Apr 19, 2023
1 parent a63fe72 commit b039def
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 @@ jobs:
steps:
- uses: actions/checkout@v1
name: Checkout code
- uses: nunit/docfx-action@v1.0.0
- uses: nunit/docfx-action@v2.4.0
name: Build Documentation
with:
args: path/to/your/docfx.json
Expand All @@ -33,7 +33,7 @@ jobs:

In general, to run `docfx <something>`, you can use:
```yaml
- uses: nunit/docfx-action@v1.0.0
- uses: nunit/docfx-action@v2.4.0
with:
args: <something>
```

0 comments on commit b039def

Please sign in to comment.