You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**NOTE**: This repository is a work in progress, and is not yet connected to the `search`function of any AutoPkg release.
3
+
This repository hosts a GitHub Actions workflow that builds a JSON index of all recipes in the AutoPkg organization on GitHub, for the purpose of fast and accurate `autopkg search`functionality. The index is also used by [Recipe Robot](https://github.com/homebysix/recipe-robot).
4
4
5
-
This repository hosts a GitHub Actions workflow that builds a JSON index of all recipes in the AutoPkg organization on GitHub, for the purpose of fast and accurate `autopkg search` functionality. The index is rebuilt every 4 hours.
6
-
7
-
The script that builds the index is `build_index.py`, and the workflow is defined in `.github/workflows/build.yml`.
5
+
The index is rebuilt every 4 hours. The script that builds the index is `build_index.py`, and the workflow is defined in `.github/workflows/build.yml`.
0 commit comments