From db7a6d82a465165c34276476cde336c61c02d3c0 Mon Sep 17 00:00:00 2001 From: Victor Gaydov Date: Fri, 14 Jun 2024 19:17:38 +0400 Subject: [PATCH] Use make_doc.sh --- .github/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 31536fa5..ce9f1323 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,8 +28,7 @@ jobs: - name: Build roc-toolkit documentation run: | - docker run --rm -t -u "${UID}" -v "$(pwd)":/opt/roc -w /opt/roc rocstreaming/env-sphinx \ - scons -C roc-toolkit --enable-sphinx --enable-doxygen docs + ./roc-toolkit/scripts/make_doc.sh cp -av roc-toolkit/docs/html www/toolkit - name: Build rocd documentation