ci: Deploy docs to separate repo

This commit is contained in:
Jonas Platte 2021-07-03 10:40:51 +02:00
parent b4254e237d
commit 273c63b1ab
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -30,5 +30,7 @@ jobs:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/next' }}
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: docs
folder: target/doc
repository-name: ruma/docs.ruma.io
branch: main
ssh-key: ${{ secrets.DOCS_DEPLOY_KEY }}