We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54dda7 commit 6d4129dCopy full SHA for 6d4129d
.github/workflows/doc.yml
@@ -44,8 +44,7 @@ jobs:
44
git clone -b $GITHUB_BASE_REF --depth 5 https://github.com/boostorg/boost.git
45
cd boost
46
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
+ git submodule update --init --depth 5 tools/build tools/boostdep tools/quickbook
49
python tools/boostdep/depinst/depinst.py --git_args "--depth 5 --jobs 3" histogram
50
mv -f * $GITHUB_WORKSPACE
51
0 commit comments