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 6a8cabd commit a9917a7Copy full SHA for a9917a7
.github/workflows/doc.yml
@@ -44,9 +44,9 @@ 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
+ git submodule update --init --depth 5 tools/build tools/boostdep tools/quickbook tools/boostbook
48
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
+ python tools/boostdep/depinst/depinst.py --git_args "--depth 5 --jobs 3" ../tools/quickbook
50
mv -f * $GITHUB_WORKSPACE
51
52
- name: Prepare b2
0 commit comments