learn icon indicating copy to clipboard operation
learn copied to clipboard

Set up a CI process for building and uploading to website

Open nhthn opened this issue 7 years ago • 1 comments

nhthn avatar Sep 09 '18 21:09 nhthn

quick tip: i can recommend github actions for super simple setup https://github.com/features/actions

github actions (in its beta) may need to be enabled/signed up per repo or for the entire organization (@supercollider). very easy to set up, you get a new "actions" tab on the repo where all builds will show up. make a new file .github/workflows/main.yml containing your commands/scripts.

htor avatar Oct 12 '19 11:10 htor