seed-rs / seed-quickstart-webpack

Template for web apps with Seed (Rust framework), TailwindCSS and Webpack.
https://quickstart-webpack.seed-rs.org
Other
111 stars 13 forks source link

Fixed Netlify CLI installation command #31

Closed aklajnert closed 3 years ago

aklajnert commented 3 years ago

The Install Netlify CLI step in GitHub Actions fails due to a change in the CLI, see netlify/cli#1870. Adding the --unsafe-perm=true fixes this.

MartinKavik commented 3 years ago

Thanks! 👍 Merging