You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: