Skip to content

Commit 6d4129d

Browse files
committed
fix
1 parent b54dda7 commit 6d4129d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ 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
48-
git submodule update --init --depth 5 libs/format
47+
git submodule update --init --depth 5 tools/build tools/boostdep tools/quickbook
4948
python tools/boostdep/depinst/depinst.py --git_args "--depth 5 --jobs 3" histogram
5049
mv -f * $GITHUB_WORKSPACE
5150

0 commit comments

Comments
 (0)