onury / docma

A powerful tool to easily generate beautiful HTML documentation from JavaScript (JSDoc), Markdown and HTML files.
https://onury.io/docma
MIT License
334 stars 34 forks source link

HELP: How do I render my docs with GitHub Pages? #130

Closed akpi816218 closed 1 year ago

akpi816218 commented 1 year ago

Link to my repo: akpi816218/pronouns.js I've tried the "Classic Pages experience" and both Jekyll and static page GitHub Actions, and none of them work. I suspect I need to configure the action to somehow run npx docma serve docs on the server after installing dependencies. How would I go about doing this? Thanks in advance.