dalelane / scratch-extension-development

Development environment for creating your first Scratch extension
Apache License 2.0
17 stars 17 forks source link

gh-actions #2

Open mbwhite opened 1 year ago

mbwhite commented 1 year ago

On the github-actions I mentioned online it would be really applicable for the interactive approach (not that's wrong it's quite good actually for first time users)

For folks with more experience or collaborators, a more 'traditional' approach of making changes locally and pushing them up to github. Here is where gh-actions could come in useful.

Essentially the build and release scripts could would work in github actions; and publish to the gh-pages branch.

Happy to contribute something if that would be useful....

dalelane commented 1 year ago

Interesting idea, thanks.

As you mention - I wrote this targetting people who are unlikely to be comfortable installing Node.js or using git locally, but I don't think it hurts to broaden things if this could be useful to traditional devs as well.