deploy-react-to-ghpages
deploy-react-to-ghpages copied to clipboard
yarn support?
Doesn't work with yarn projects
It can work with yarn projects, you just have to use NPM commands for this particular action. I have a yarn project here that's using the action: https://github.com/atb-brown/austin/blob/18eaa245d3c4c7bbb1b82589974765204ccc7bda/.github/workflows/siteDeploy.yml
So the action doesn't support yarn, but it can work with yarn projects.