Skip to content

Commit 0021be1

Browse files
committed
Remove stray deploy docs logic
1 parent 7da0daa commit 0021be1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/macos.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ jobs:
144144
FEATURE_TOOLS: ${{ matrix.options.tools }}
145145
FEATURE_TOOLS_CTS: ${{ matrix.options.tools_cts }}
146146
PACKAGE: ${{ matrix.options.package && matrix.options.package || 'NO' }}
147-
DEPLOY_DOCS: ${{ matrix.options.deploy_docs && matrix.options.deploy_docs || 'NO' }}
148147
SUPPORT_OPENCL: ${{ matrix.options.opencl }}
149148
SUPPORT_SSE: ${{ matrix.options.sse }}
150149
WASM_BUILD: ${{ matrix.options.wasm && matrix.options.wasm || 'OFF' }}
@@ -217,12 +216,6 @@ jobs:
217216
else
218217
./scripts/build_ios.sh
219218
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
226219
set +e
227220
228221
- name: Notarize

0 commit comments

Comments
 (0)