proposal: destination_dir with recursive option. #1080
Open
Description
Checklist
- I am using the latest version of this action.
- I have read the latest README and followed the instructions.
- I have read the latest GitHub Actions official documentation and learned the basic spec and concepts.
Describe your proposal
Just like mkdir has the --parents
option, I would like to propose such an option for the action.
Our branch names can consist of e.g. fix/this-bug
(with the same path`) and we've had issues when deploying on our staging (static-files) server
Describe the solution you'd like
mkdir -p $destination_dir
Describe alternatives you've considered
Execute a command in the github action to create the given branch as directories on GH pages deployment
Additional context
No response