try deployment to gh-pages
This commit is contained in:
parent
6e3ece2dc6
commit
646416c8ec
1 changed files with 2 additions and 2 deletions
4
.github/workflows/develop.yml
vendored
4
.github/workflows/develop.yml
vendored
|
@ -33,5 +33,5 @@ jobs:
|
||||||
external-data-json-path: ./cache/benchmark-data-template.json
|
external-data-json-path: ./cache/benchmark-data-template.json
|
||||||
fail-on-alert: false
|
fail-on-alert: false
|
||||||
- name: Push benchmark result
|
- name: Push benchmark result
|
||||||
if: ${{ github.ref == 'refs/heads/develop' }}
|
# if: ${{ github.ref == 'refs/heads/develop' }}
|
||||||
run: git push 'https://matrixbot:${{ secrets.DEPLOY_GH_PAGES }}@github.com/matrix-org/matrix-react-sdk.git' gh-pages:gh-pages
|
run: git push 'https://RiotRobot:${{ secrets.DEPLOY_GH_PAGES }}@github.com/matrix-org/matrix-react-sdk.git' gh-pages:gh-pages
|
||||||
|
|
Loading…
Reference in a new issue