Skip to content

Commit fe9fc01

Browse files
authored
Disable search index to unblock docs pipeline (#170)
1 parent 7c5f375 commit fe9fc01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
ls
2929
rm -rf docs
3030
mv docs-new/doc docs
31+
# temporary hack since this file is too large for GitHub pages
32+
rm docs/search-index.js
3133
git config --local user.email "[email protected]"
3234
git config --local user.name "GitHub Action (docs)"
3335
git add docs

0 commit comments

Comments
 (0)