ci: Deploy docs to separate repo
This commit is contained in:
parent
b4254e237d
commit
273c63b1ab
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@ -30,5 +30,7 @@ jobs:
|
|||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/next' }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/next' }}
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.4
|
uses: JamesIves/github-pages-deploy-action@4.1.4
|
||||||
with:
|
with:
|
||||||
branch: docs
|
|
||||||
folder: target/doc
|
folder: target/doc
|
||||||
|
repository-name: ruma/docs.ruma.io
|
||||||
|
branch: main
|
||||||
|
ssh-key: ${{ secrets.DOCS_DEPLOY_KEY }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user