Conversation
eca1123 to
8eac377
Compare
thomaseizinger
left a comment
There was a problem hiding this comment.
Cool, thanks!
Does this affect where the output.md lands?
|
Good point. It will behave like a cd into the directory, so yes. We should document that. |
|
@Arteiii, can you also take a look and add your thoughts? 😃 |
|
I'm not sure I can add anything more to this (apart from the changes to the documentation already mentioned to avoid confusion, especially regarding the output directory) As for the other discussions in the issue (#205 (comment)), I think an option in the workflow to specify the |
|
Thanks for checking in. |
|
Well, for the workflow there might be a hacky workaround by using the new - uses: lycheeverse/lychee-action@v2
with:
workingDirectory: .github/workflows
args: "--verbose --no-progress '../../**/*.md' '../../**/*.html' '../../**/*.rst'"Not the best solution, but it should work |
|
True, or - uses: lycheeverse/lychee-action@v2
with:
workingDirectory: .github/workflows
args: >-
--verbose
--no-progress
'${{ github.workspace }}/**/*.md'
'${{ github.workspace }}/**/*.html'
'${{ github.workspace }}/**/*.rst'Not sure which version I prefer. |
|
Looks good to me. |
|
Thanks for the reviews. |
Related: #205 (comment)
Usage: