[X] I have read the latest README and followed the instructions.
[X] 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
Checklist
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) serverDescribe 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