Skip to content

Commit

Permalink
move base arg to beginning of args
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaff committed Oct 24, 2023
1 parent 5be5cff commit 2827d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ You may want to add additional arguments to the above. In particular if you're
uses: lycheeverse/[email protected]
with:
fail: true
args: "--verbose --no-progress './**/*.md' './**/*.html' './**/*.rst'" --base .
args: "--base . --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst'"
```
## Passing arguments
Expand Down

0 comments on commit 2827d0d

Please sign in to comment.