feat: Simplify Vespa documentation feed workflow #2579
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Vespa Documentation Search Feed | |
on: | |
push: | |
branches: | |
- main | |
- update-vespa-documentation-search-feed-workflow # Temporary branch for testing | |
jobs: | |
build: | |
uses: vespa-engine/gh-actions/.github/workflows/jekyll-feed-to-vespa.yml@fix-jekyll-build | |
with: | |
hook-post-build-script: | | |
echo "Find all JSON files" | |
find . -type f -name '*.json' | |
echo "\n" | |
echo "Find the open_index.json file" | |
find . -type f -name '*open_index*' | |
ls -l /github/workspace/_site/json_indexes/open_index.json |