diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e4095fce..8eb2b725 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -77,3 +77,8 @@ jobs: with: branch: gh-pages folder: target/doc + + # Having the gh-pages branch on this repository adds a whole bunch of + # noise to the GitHub feed if you follow this repo + repository-name: robbert-vdh/nih-plug-docs + ssh-key: ${{ secrets.DOCS_DEPLOY_KEY }}