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
Copy file name to clipboardExpand all lines: readme.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,13 @@ The destination server and paths are hardcoded in the workflow file itself (`sft
79
79
80
80
To include a new plugin or theme in the automated vendor deployment:
81
81
82
-
**1. Edit [`.github/workflows/deploy-vendors.yml`](.github/workflows/deploy-vendors.yml)** and add two steps following the same pattern as the existing ones.
82
+
**1. Edit [`.github/workflows/deploy-vendors.yml`](.github/workflows/deploy-vendors.yml)** and make two changes.
83
+
84
+
Add a line to the **"Ensure remote vendor directories exist"** step:
0 commit comments