1
0
Fork 0

Deploy the docs to a different repo

To avoid adding polluting the GitHub feed with a ton of noise when
watching this one.
This commit is contained in:
Robbert van der Helm 2022-04-26 20:20:14 +02:00
parent bb3175f68e
commit 16ba6cffdc

View file

@ -77,3 +77,8 @@ jobs:
with: with:
branch: gh-pages branch: gh-pages
folder: target/doc 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 }}