diff --git a/.github/workflows/build_and_deploy_docs.yaml b/.github/workflows/build_and_deploy_docs.yaml index a863b3907..53bf859b9 100644 --- a/.github/workflows/build_and_deploy_docs.yaml +++ b/.github/workflows/build_and_deploy_docs.yaml @@ -1,5 +1,7 @@ -# build docs from master branch and push to gh-pages branch to be deployed to repository GitHub pages +# build docs from main branch and push to gh-pages branch to be deployed to repository GitHub pages name: Build & Deploy Docs + +# trunk-ignore(checkov/CKV2_GHA_1) permissions: write-all on: