Blog / Tag
GitHub
-
Automating Deployment with GitHub Actions for a Custom WordPress Blocks Plugin
Manually uploading files for a WordPress plugin—especially a custom blocks plugin—isn’t practical. Every time you make changes, you need to run npm run build to generate the production files, and then you have to manually remember…