Initial release.
Example usage:
- name: Deploy to Netlify π
uses: data-intuitive/netlify-deploy-site@v1
with:
auth: ${{ secrets.NETLIFY_AUTH_TOKEN }}
site: 'my-netlify-site'
dir: '_site'
prod: true
message: 'Deploy production ${{ github.ref }}'
See the README for more information.