Open jzadra opened 1 year ago
But it does not indicate where that code is supposed to go as far as indentation and parent. Does it go under jobs: built-deply: steps:? Or top level? More info is needed.
e tried to help user by saying this in our doc: https://github.com/quarto-dev/quarto-actions/blob/main/examples/example-03-dependencies.md#installing-r
If you're using quarto-publish-example.yml, add those right after the # add software dependencies here comment.
This shows an example of where this should be added. Did you see that ? Was it not helpful example ?
I think we assume that users using the GitHub actions in there project will know about how to set an action and how other actions can be used (they can only be used as a step within a job)
We can definitely make more example if this is not helpful enough. PR are welcome too !
The dependencies example says to add
But it does not indicate where that code is supposed to go as far as indentation and parent. Does it go under jobs: built-deply: steps:? Or top level? More info is needed.