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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: