File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -186,10 +186,10 @@ jobs:
186186 - name : Enable themes on Multisite
187187 if : ${{ inputs.multisite }}
188188 run : |
189- npm run env:cli -- theme enable twentytwentyone --network --path="/var/www/${{ env. LOCAL_DIR } }"
190- npm run env:cli -- theme enable twentytwentythree --network --path="/var/www/${{ env. LOCAL_DIR } }"
191- npm run env:cli -- theme enable twentytwentyfour --network --path="/var/www/${{ env. LOCAL_DIR } }"
192- npm run env:cli -- theme enable twentytwentyfive --network --path="/var/www/${{ env. LOCAL_DIR } }"
189+ npm run env:cli -- theme enable twentytwentyone --network --path="/var/www/${LOCAL_DIR}"
190+ npm run env:cli -- theme enable twentytwentythree --network --path="/var/www/${LOCAL_DIR}"
191+ npm run env:cli -- theme enable twentytwentyfour --network --path="/var/www/${LOCAL_DIR}"
192+ npm run env:cli -- theme enable twentytwentyfive --network --path="/var/www/${LOCAL_DIR}"
193193
194194 - name : Install WordPress Importer plugin
195195 run : npm run env:cli -- plugin install wordpress-importer --activate --path="/var/www/${LOCAL_DIR}"
You can’t perform that action at this time.
0 commit comments