Skip to content

Commit

Permalink
Use make_doc.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Jun 14, 2024
1 parent 1567971 commit db7a6d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db7a6d8

Please sign in to comment.