code2prompt icon indicating copy to clipboard operation
code2prompt copied to clipboard

Documentation Deployment for code2prompt

Open ODAncona opened this issue 1 year ago • 1 comments

Hello @mufeedvh,

I redacted a documentation using mdbook. It can be deployed with a GitHub Action on GitHub Pages.

I already tested this on my fork and the result is already available here.

Changes

  • Added a GitHub Action to build and push documentation to the gh-pages branch.

GitHub Pages Setup

Navigate to Repository Settings -> Pages and set the source to gh-pages branch and root directory. The documentation should be available there.

ODAncona avatar Dec 27 '24 14:12 ODAncona

instead of building mdbook every time just fetch the binary from releases or use a package manager instead. Saves a lot of time and unnecessary cpu usages.

pwnwriter avatar Jan 12 '25 04:01 pwnwriter