Skip to content

Commit

Permalink
ci: address missing search indexes on clean ups
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Jan 7, 2025
1 parent 57f970e commit f6e221d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ jobs:
git add index.yaml && git update-index --refresh
cd ..
# END move generated chart from a previous step
# copy search from nightly to all other versions. This is to ensure that the search index is available for all versions
for folder in v*/; do cp -r nightly/search "$folder"; done
# END copy search from nightly to all other versions
echo "Replacing release number markers with actual release number"
cd ${LATEST}
Expand Down

0 comments on commit f6e221d

Please sign in to comment.