Skip to content

Commit

Permalink
Not building documentation in ubuntu-24.04 github actions runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Aug 31, 2024
1 parent fd9fecd commit f43c22a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,6 @@ jobs:
shell: bash
run: ctest -V

- name: Documentation
working-directory: ${{runner.workspace}}/build
shell: bash
run: make doc_comms

build_clang_old_ubuntu_20_04:
runs-on: ubuntu-20.04
strategy:
Expand Down Expand Up @@ -385,11 +380,6 @@ jobs:
shell: bash
run: ctest -V

- name: Documentation
working-directory: ${{runner.workspace}}/build
shell: bash
run: make doc_comms

build_msvc_2019:
runs-on: windows-2019
strategy:
Expand Down

0 comments on commit f43c22a

Please sign in to comment.