Hi there,
I'm encountering an issue while trying to generate documentation for my project using the jsdoc2md functionality within GitHub Actions. My goal is to automate the documentation build process.
Use Case: I want to create a new .md file using the command jsdoc2md utilities.js > utilities.md
in my build script. However, I'm facing the following error:
JSDOC_ERROR: There are no input files to process.
This error occurs despite the utilities.js file being present. Interestingly, the command works perfectly when run locally in the terminal.
Heres an additional screenshot of the steps:

Could you please help me identify what might be causing this issue?
Thank you!