summaryrefslogtreecommitdiff
path: root/.github/workflows/publish-docs.yml
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2023-04-03 11:18:19 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2023-04-03 11:18:19 +0200
commit2ef3e5269f44c4664a90ec04f3c2c0a7382800c1 (patch)
treeacca1fe534721836bcdd0225a84877f771e1c035 /.github/workflows/publish-docs.yml
parent550e91d6c565deb5bf144f8d82f5dbdbeb75f412 (diff)
downloadsigc++-master.tar.gz
README.md, CI: meson -> meson setupHEADmaster
Diffstat (limited to '.github/workflows/publish-docs.yml')
-rw-r--r--.github/workflows/publish-docs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml
index 35434f8..95b0a6f 100644
--- a/.github/workflows/publish-docs.yml
+++ b/.github/workflows/publish-docs.yml
@@ -38,7 +38,7 @@ jobs:
export ENV DEBIAN_FRONTEND=noninteractive
sudo apt update
sudo apt install libxml2-utils docbook5-xml docbook-xsl mm-common g++ meson ninja-build python3-setuptools python3-pip --yes
- meson -Dbuild-documentation=true -Dbuild-examples=false -Dbuild-tests=false _build
+ meson setup -Dbuild-documentation=true -Dbuild-examples=false -Dbuild-tests=false _build
meson compile -C _build
- name: Collect Documentation
# Collect all documentation to be published.