Skip to content

Commit 186bf50

Browse files
committed
CI: do not publish flat headers
1 parent 9571fef commit 186bf50

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,18 +103,6 @@ jobs:
103103
run: |
104104
sudo apt-get install asciidoctor
105105
asciidoctor doc/openmethod.adoc -o build_outputs_folder/index.html
106-
- name: Build flat headers
107-
run: |
108-
mkdir -p build_outputs_folder/boost/openmethod
109-
python3 dev/flatten.py \
110-
build_outputs_folder/boost/openmethod.hpp \
111-
include/boost/openmethod.hpp \
112-
include/boost/openmethod/unique_ptr.hpp \
113-
include/boost/openmethod/shared_ptr.hpp \
114-
include/boost/openmethod/compiler.hpp
115-
python3 dev/flatten.py \
116-
build_outputs_folder/boost/openmethod/policies.hpp \
117-
include/boost/openmethod/policies.hpp
118106
- name: Upload static files as artifact
119107
uses: actions/upload-pages-artifact@v3
120108
with:

0 commit comments

Comments
 (0)