Skip to content

Commit

Permalink
remove noise
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian Aune committed Sep 6, 2023
1 parent 2fcd611 commit e0f6246
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/feed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
# Strip jekyll liquid macros
sed -i.orig 's/{%/{ %/g; s/%}/% }/g; s/{{/{ {/g; s/}}/} }/g' docs/sphinx/build/*.html ; rm docs/sphinx/build/*.orig
bundle exec jekyll build -s docs/sphinx/build/ -p _plugins-vespafeed --config _config.yml
# Remove files that should not be in the search index
rm _site/search.html _site/genindex.html
- name: Setup Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit e0f6246

Please sign in to comment.