Hiya folks,
I want to render an index.Rmd
file into index.html
using GitHub Actions. I've got it to render, but git doesn't recognise the file, despite it definitely being rendered, I get
error: pathspec 'index.html' did not match any file(s) known to git
However, https://github.com/numbats/resources/runs/1060155714?check_suite_focus=true#step:6:24 shows that the file exists.
I was wondering if folks might have an idea of how I can correct this?