Open
Description
Love that this action has the to: option, are there also plans to add an equivalent for the --profile options? I'm building a multi-language site using Quarto's profiles feature and I'm hoping to add something like this to my workflow to avoid rendering locally at all costs:
- name: Render default language
- uses: newrenderaction
- profile: lang1
- path: docs
- name: Render second language
- uses: newrenderaction
- profile: lang2
- path: docs/lang2
Metadata
Metadata
Assignees
Labels
No labels