Skip to content

Cannot find the requested file Test.md to export #1154

Answered by rfennell
bhadana-rajesh asked this question in Q&A
Discussion options

You must be logged in to vote

I think the issue is shown in the log. You have the task set to

  1. clone a repo - which it has done
  2. export a single file test.md form that repo - this falls because the file is not present

2021-11-24T08:50:06.0023046Z A filename 'Test.md' in the folder 'D:\a\1\s\repo' has been requested so only processing that file
2021-11-24T08:50:06.0083127Z ##[error]Cannot find the requested file Test.md to export

So the fixes are

  • Change the singleFile: 'Test.md' parameter to name a file that does exist
  • Remove the singleFile: 'Test.md' parameter to the whole repo will be exported as a PDF

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by bhadana-rajesh
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants