diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-04-26 21:34:12 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-05-17 19:00:24 +0300 |
commit | 2fca6d23f87304ceed78e93d2a52d137c5ffd0c7 (patch) | |
tree | c67fb039261b9417ca78b318104e8ada9f87f530 /doc/cli.sh | |
parent | a8f7447cf43184160ade0de01199462c11f3c109 (diff) |
Add support for build artifacts upload in agent
Diffstat (limited to 'doc/cli.sh')
-rwxr-xr-x | doc/cli.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ function compile_doc () # <file> <prefix> <suffix> --html-epilogue-file doc-epilogue.xhtml \ --link-regex '%bpkg([-.].+)%../../bpkg/doc/bpkg$1%' \ --link-regex '%bpkg(#.+)?%../../bpkg/doc/build2-package-manager-manual.xhtml$1%' \ +--link-regex '%brep(#.+)?%../../brep/doc/build2-repository-interface-manual.xhtml$1%' \ --output-prefix "$2" \ --output-suffix "$3" \ "$1" |