In the case of the fork https://github.com/4www/find
and its deployment page https://4www.github.io/find/
the view-source:https://4www.github.io/find//assets/opensearch.xml has incorrect values, and point to the internet4000.github.io/find instance
the workflow job https://github.com/internet4000/find/blob/main/.github/workflows/static.yml#L26-L27
is called to generate the XML (for each deploy) in this script https://github.com/4www/find/blob/main/src/scripts/opensearch-xml.js#L46
and uses I4K_FIND_URL from the env vars.
It should be customized manually in github UI, by should be used with a value provided by github actions runners https://github.com/internet4000/find/blob/main/.github/workflows/static.yml#L28-L29
Not sure why it does not pick it.
- generally, try each deployment recipe, and see Find works correctly (generating the files etc.) for each of them, without the need of any user configuration
In the case of the fork https://github.com/4www/find
and its deployment page https://4www.github.io/find/
the view-source:https://4www.github.io/find//assets/opensearch.xml has incorrect values, and point to the
internet4000.github.io/findinstancethe workflow job https://github.com/internet4000/find/blob/main/.github/workflows/static.yml#L26-L27
is called to generate the XML (for each deploy) in this script https://github.com/4www/find/blob/main/src/scripts/opensearch-xml.js#L46
and uses
I4K_FIND_URLfrom the env vars.It should be customized manually in github UI, by should be used with a value provided by github actions runners https://github.com/internet4000/find/blob/main/.github/workflows/static.yml#L28-L29
Not sure why it does not pick it.