I have everything working in Google Cloud, Docker, hooked up to Github. Everything was working. Then I changed the code to user the newer way of doing FAQs - in a separate responses.md file using
- faq
- respond_faq as a story
responses.md is in the same data directory with stories.md and nlu.md.
It works locally, but not on the server. Do I need to do something to get Rasa X on the server to pull in the responses.md file and recognize its contents?