What type of target to publish for. The generated output of each publish target is stored under:
e.g.:
out/publish/out/<target>
out/publish/out/local
Possible values:
github-pages
: see also Publish to GitHub Pageslocal
: publish as a local directory that can be zipped and sent to someone else, and then correctly viewed by a browser locally by the receiver. You can then zip it from the Linux command line for example with:cd out/publish/out zip -r local.zip local