File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,14 +148,14 @@ jobs:
148
148
cmake -B libunwind-build -GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_RUNTIMES="libunwind" -DLLVM_ENABLE_SPHINX=ON ./runtimes
149
149
TZ=UTC ninja -C libunwind-build docs-libunwind-html
150
150
mkdir built-docs/libunwind
151
- cp -r libunwind-build/docs/* built-docs/libunwind
151
+ cp -r libunwind-build/libunwind/ docs/* built-docs/libunwind
152
152
- name : Build libcxx docs
153
153
if : steps.docs-changed-subprojects.outputs.libcxx_any_changed == 'true'
154
154
run : |
155
155
cmake -B libcxx-build -GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_RUNTIMES="libcxxabi;libcxx;libunwind" -DLLVM_ENABLE_SPHINX=ON ./runtimes
156
156
TZ=UTC ninja -C libcxx-build docs-libcxx-html
157
157
mkdir built-docs/libcxx
158
- cp -r libcxx-build/docs/* built-docs/libcxx/
158
+ cp -r libcxx-build/libcxx/ docs/* built-docs/libcxx/
159
159
- name : Build libc docs
160
160
if : steps.docs-changed-subprojects.outputs.libc_any_changed == 'true'
161
161
run : |
You can’t perform that action at this time.
0 commit comments