From 3e353d12540f1c794c82ee5e6d5bbd4ebacea4be Mon Sep 17 00:00:00 2001 From: Alex Robenko Date: Sat, 30 Nov 2024 14:49:55 +1000 Subject: [PATCH] Fixing documentation build on github actions. --- .github/workflows/actions_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions_build.yml b/.github/workflows/actions_build.yml index c8bfe43..e8a0e75 100644 --- a/.github/workflows/actions_build.yml +++ b/.github/workflows/actions_build.yml @@ -127,7 +127,7 @@ jobs: if: ${{matrix.type == 'Debug' && matrix.cc_ver == '14' && matrix.qt_ver == '5' && matrix.cpp == '17'}} working-directory: ${{runner.workspace}}/build shell: bash - run: make doc_comms + run: make doc_cc_tools_qt build_clang_ubuntu_22_04: