Checklist
Describe your proposal
This is a niche use-case so feel free to unprioritize or even close if needed.
I'm using Quarkdown as a static site generator (full workflow here).
I'd like to deploy some static files, PDF files in particular, but as opposed to what Hugo can do with the public directory, Quarkdown doesn't support that yet.
Describe the solution you'd like
My proposal is to allow cherry-picking files in the destination dir to keep, so I can manually upload static files to the destination dir without them being deleted at every run of the action.
Describe alternatives you've considered
For now, I'm going to work around with a simple script that copies specific files from the source dir to the destination dir after each build.
Additional context
No response
Checklist
Describe your proposal
I'm using Quarkdown as a static site generator (full workflow here).
I'd like to deploy some static files, PDF files in particular, but as opposed to what Hugo can do with the
publicdirectory, Quarkdown doesn't support that yet.Describe the solution you'd like
My proposal is to allow cherry-picking files in the destination dir to keep, so I can manually upload static files to the destination dir without them being deleted at every run of the action.
Describe alternatives you've considered
For now, I'm going to work around with a simple script that copies specific files from the source dir to the destination dir after each build.
Additional context
No response