File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,6 @@ jobs:
144
144
FEATURE_TOOLS : ${{ matrix.options.tools }}
145
145
FEATURE_TOOLS_CTS : ${{ matrix.options.tools_cts }}
146
146
PACKAGE : ${{ matrix.options.package && matrix.options.package || 'NO' }}
147
- DEPLOY_DOCS : ${{ matrix.options.deploy_docs && matrix.options.deploy_docs || 'NO' }}
148
147
SUPPORT_OPENCL : ${{ matrix.options.opencl }}
149
148
SUPPORT_SSE : ${{ matrix.options.sse }}
150
149
WASM_BUILD : ${{ matrix.options.wasm && matrix.options.wasm || 'OFF' }}
@@ -217,12 +216,6 @@ jobs:
217
216
else
218
217
./scripts/build_ios.sh
219
218
fi
220
- if [ "$DEPLOY_DOCS" = "YES" ]; then
221
- # Some files in the pyktx docs have an _ prefix so Jekyll will
222
- # not copy them from the gh-pages branch to the website. This
223
- # file says no Jekyll files here. Treat all as ordinary files.
224
- touch $BUILD_DIR/docs/html/.nojekyll
225
- fi
226
219
set +e
227
220
228
221
- name : Notarize
You can’t perform that action at this time.
0 commit comments