File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments