OurBigBook
What type of target to publish for. The generated output of each publish target is stored under:
out/publish/out/<target>
e.g.:
out/publish/out/local
Possible values:
  • github-pages: see also Publish to GitHub Pages
  • local: 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

Ancestors