What do I do to get this working? So far I've forked feeds, edited feeds.toml, checked it out as a branch gh-pages, pushed the branch up to github. I can see the page at .github.io/feeds/" rel="nofollow">https:// .github.io/feeds/ but .github.io/feeds/actions" rel="nofollow">https:// .github.io/feeds/actions is just a 404.
Ah, those instructions are unclear — as far as I know, you first have to go to /feeds/actions" rel="nofollow">https://github.com/ /feeds/actions to enable Workflows for your repository. Then, your feeds should be published to .github.io/feeds/ .xml" rel="nofollow">https:// .github.io/feeds/ .xml . Does that work?
ok I managed to access the actions route by a different URL to the readme. I copied the pages.yml workflow from your repo.
Few minutes later I could see my feed. Very nice! I need to clean up my selectors now!