Skip to content

Commit a9917a7

Browse files
committed
fix
1 parent 6a8cabd commit a9917a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
git clone -b $GITHUB_BASE_REF --depth 5 https://github.com/boostorg/boost.git
4545
cd boost
4646
mv -f $GITHUB_WORKSPACE/* libs/histogram
47-
git submodule update --init --depth 5 tools/build tools/boostdep
47+
git submodule update --init --depth 5 tools/build tools/boostdep tools/quickbook tools/boostbook
4848
python tools/boostdep/depinst/depinst.py --git_args "--depth 5 --jobs 3" histogram
49-
python tools/boostdep/depinst/depinst.py --git_args "--depth 5 --jobs 3" tools/quickbook
49+
python tools/boostdep/depinst/depinst.py --git_args "--depth 5 --jobs 3" ../tools/quickbook
5050
mv -f * $GITHUB_WORKSPACE
5151
5252
- name: Prepare b2

0 commit comments

Comments
 (0)