-
Notifications
You must be signed in to change notification settings - Fork 100
is /vendor folder being deleted by the action? #168
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
Comments
So we don't delete any files or folders ourselves, we look at You mention:
In this case, we fallback to using the Here's an example |
Hi @dkotter, thanks for the reply! We tried to add This is my .distignore
Could you provide the Thanks again! |
Ah, sorry, meant to copy/paste the link to the
So this isn't exactly correctly but close. Here's how it works:
|
Hello, I tried using BUILD_DIR in my workflow as shown in the code:
but still no vendor folder inside the final package. Would it be a good idea to run Thanks again! |
Hmm.. at a quick glance that seems like it should work, though I'll note I haven't tested using a custom
You can definitely go with that approach if you don't mind those files in your repo, though since I'm not sure why that directory is being removed with the various approaches you've already tried so it may also be removed even if directly in the repo unfortunately. |
Hi,
I'm using the 10up/action-wordpress-plugin-deploy action to deploy a plugin to the WordPress SVN repository.
I confirmed that:
However, the vendor/ directory does not appear in the SVN repository after deployment.
I also tried to copy the vendor folder into another folder named test just for testing:
And it turned out that the test folder was actually deployed in the Wordpress repository.
Is there any reason vendor/ might be silently excluded from the deploy even though it is present and not listed in any .distignore?
Thanks in advance!
The text was updated successfully, but these errors were encountered: