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:
parent
bb3175f68e
commit
16ba6cffdc
5
.github/workflows/docs.yml
vendored
5
.github/workflows/docs.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue