mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 05:25:00 +00:00
Remove libs/*/doc from -b2-nodocs archives in release-cmake.yml
This commit is contained in:
parent
f48a4cc263
commit
e1dc0c0278
1 changed files with 4 additions and 2 deletions
6
.github/workflows/release-cmake.yml
vendored
6
.github/workflows/release-cmake.yml
vendored
|
@ -83,12 +83,13 @@ jobs:
|
|||
run: |
|
||||
find ${{ github.ref_name }} -name ".git" -prune -exec rm -rf {} +
|
||||
|
||||
- name: Move headers
|
||||
- name: Move headers, remove docs
|
||||
shell: bash
|
||||
run: |
|
||||
cd ${{ github.ref_name }}
|
||||
cp -r libs/*/include/boost libs/numeric/*/include/boost .
|
||||
rm -rf libs/*/include libs/numeric/*/include
|
||||
rm -rf libs/*/doc libs/numeric/*/doc
|
||||
rm -f CMakeLists.txt
|
||||
|
||||
- name: Create archives
|
||||
|
@ -122,12 +123,13 @@ jobs:
|
|||
run: |
|
||||
find ${{ github.ref_name }} -name ".git" -prune -exec rm -rf {} +
|
||||
|
||||
- name: Move headers
|
||||
- name: Move headers, remove docs
|
||||
shell: bash
|
||||
run: |
|
||||
cd ${{ github.ref_name }}
|
||||
cp -r libs/*/include/boost libs/numeric/*/include/boost .
|
||||
rm -rf libs/*/include libs/numeric/*/include
|
||||
rm -rf libs/*/doc libs/numeric/*/doc
|
||||
rm -f CMakeLists.txt
|
||||
|
||||
- name: Create archives
|
||||
|
|
Loading…
Add table
Reference in a new issue