The Python Risk Identification Tool for generative AI (PyRIT) is an open access automation framework to empower security professionals and machine learning engineers to proactively find risks in their generative AI systems.
MIT License
1.92k
stars
369
forks
source link
DOC publish to GH pages when pushing changes to main #545
This enables publishing the docs to GitHub pages (azure.github.io/PyRIT) when pushing changes to the main branch, i.e., whenever we merge a PR. This does not include versioning for the API reference or other docs, though.
Description
This enables publishing the docs to GitHub pages (
azure.github.io/PyRIT
) when pushing changes to themain
branch, i.e., whenever we merge a PR. This does not include versioning for the API reference or other docs, though.