This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/trafficserver-ci.git
The following commit(s) were added to refs/heads/main by this push:
new 8a7f88b Fixing cmake doc build for real this time (#255)
8a7f88b is described below
commit 8a7f88b6cf26698f7b4fc314d598883ced270689
Author: Brian Neradt <[email protected]>
AuthorDate: Mon Oct 23 17:51:17 2023 -0500
Fixing cmake doc build for real this time (#255)
---
jenkins/github/docs.pipeline | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jenkins/github/docs.pipeline b/jenkins/github/docs.pipeline
index 6f01f3d..f8e4829 100644
--- a/jenkins/github/docs.pipeline
+++ b/jenkins/github/docs.pipeline
@@ -101,9 +101,9 @@ _END_OF_DOC_
if [ -d docbuild ]
then
docbuild_dir="docbuild"
- elif [ -d docs-build/docbuild ]
+ elif [ -d docs-build/doc/docbuild ]
then
- docbuild_dir="docs-build/docbuild"
+ docbuild_dir="docs-build/doc/docbuild"
else
echo "Could not find build docs."
exit 1