Open
Description
As described here
quarto files can be bundled together under one directory, in their own subdirectories. Can this action handle deploying multiple quarto files at once, for example to Posit connect by providing the path to the directory of the bundle?
When attempted to provide that in the "path:" the action expected a book, manuscript or website which makes sense considering the current version of the action.
Would it be possible to have this functionality in a future version or is there already a workaround?
The workflow I tested is:
- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
- name: Render and Publish
uses: quarto-dev/quarto-actions/publish@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
target: connect
path: R
render: false
CONNECT_SERVER: https://***.********.***/
CONNECT_API_KEY: ${{ secrets.CONNECT_API_KEY }}
Metadata
Metadata
Assignees
Labels
No labels