We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4cfc2 commit 5375062Copy full SHA for 5375062
.github/workflows/docs.yml
@@ -15,7 +15,7 @@ jobs:
15
name: "Docs ${{ matrix.container }}"
16
17
runs-on: ubuntu-latest
18
- container: ubuntu:22.04
+ container: ubuntu:24.04
19
defaults:
20
run:
21
shell: bash
@@ -29,8 +29,10 @@ jobs:
29
apt-get update
30
export DEBIAN_FRONTEND=noninteractive # for tzdata
31
apt-get -y install --no-install-recommends \
32
- doxygen docbook-xsl docutils-doc xsltproc wget ca-certificates g++ \
33
- python3 python-is-python3 python3-jinja2 rsync git unzip
+ docbook docbook-xml docbook-xsl docutils-doc docutils-common \
+ doxygen xsltproc \
34
+ wget ca-certificates g++ rsync git unzip \
35
+ python3 python-is-python3 python3-jinja2
36
37
- name: Setup Boost
38
run: |
0 commit comments