{ "targets": { "lib": { "buildenv": "docker:devkitpro/devkita64", "buildcmd": [ "sudo -E make -j${PARALLEL} -C nx install" ] }, "docs": { // Only invoke docs target when building from master branch "branch": "master", "buildenv": "xenial-amd64", "builddeps": [ "doxygen" ], "buildcmd": [ "cd nx", "doxygen" ], "artifacts": [{ "source": "nx/docs/html", "destination": { "type": "git", "branch": "gh-pages" } }] } } }