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 0d34f5d commit 6a8cabdCopy full SHA for 6a8cabd
.github/workflows/doc.yml
@@ -41,9 +41,12 @@ jobs:
41
- name: Fetch Boost superproject
42
run: |
43
cd ..
44
- git clone -b $GITHUB_BASE_REF --recursive --depth 5 https://github.com/boostorg/boost.git
+ 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
+ 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
50
mv -f * $GITHUB_WORKSPACE
51
52
- name: Prepare b2
0 commit comments