Hacker News new | ask | show | jobs
by spacec0wb0y 1814 days ago
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 https://<username>.github.io/feeds/ but https://<username>.github.io/feeds/actions is just a 404.

1 comments

Ah, those instructions are unclear — as far as I know, you first have to go to https://github.com/<username>/feeds/actions to enable Workflows for your repository. Then, your feeds should be published to https://<username>.github.io/feeds/<feedname>.xml.

Does that work?

not exactly. I saw below the instruction to run `npx feed-me-up-scotty` so I did and it generated the public/ dir and feeds.

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!