Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proposal: destination_dir with recursive option. #1080

Open
3 tasks done
elpiel opened this issue Jun 14, 2024 · 0 comments
Open
3 tasks done

proposal: destination_dir with recursive option. #1080

elpiel opened this issue Jun 14, 2024 · 0 comments
Assignees
Labels

Comments

@elpiel
Copy link

elpiel commented Jun 14, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants