Skip to content

Commit 3e0ecf4

Browse files
committed
chore: fix doc builds
1 parent e4b6a8d commit 3e0ecf4

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,6 +1143,13 @@ jobs:
11431143
with:
11441144
path: buffers-root
11451145

1146+
- name: Clone Boost.Capy
1147+
uses: actions/checkout@v3
1148+
with:
1149+
path: capy-root
1150+
repository: cppalliance/capy
1151+
ref: develop
1152+
11461153
- name: Clone Boost
11471154
uses: alandefreitas/cpp-actions/boost-clone@v1.9.0
11481155
id: boost-clone
@@ -1184,7 +1191,7 @@ jobs:
11841191
11851192
# Patch boost-root with workspace module
11861193
cp -r "$workspace_root"/buffers-root "libs/$module"
1187-
1194+
cp -r "$workspace_root"/capy-root libs/capy
11881195
11891196
- uses: actions/setup-node@v4
11901197
with:

doc/mrdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ base-url: https://www.github.com/cppalliance/buffers/blob/develop/
2323
# Style
2424
verbose: true
2525
multipage: true
26-
# use-system-libc: true
27-
# use-system-stdlib: true
26+
use-system-libc: true
27+
use-system-stdlib: true
2828

2929
cmake: '-DCMAKE_CXX_STANDARD=20 -DBOOST_BUFFERS_MRDOCS_BUILD=ON -DBOOST_BUFFERS_BUILD_TESTS=OFF -DBOOST_BUFFERS_BUILD_EXAMPLES=OFF'

0 commit comments

Comments
 (0)