Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 687 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 687 Bytes

githubdeployments-node-example

An example plugin repository with a workflow script that installs Node dependencies.

The workflow does the following:

  • Checkout the repository
  • Instals Node with the Node Action
  • Runs npm install to install dependencies in package.json
  • Stores NPM packages in a cache named npm
  • Runs npm run minify-css which minifies the css and copies the output to /css
  • Creates a build artifact with name wpcom which is required for WordPress.com's GitHub Deployment feature, while also excluding files from the deployment, like package.json, style.css, and README.md