mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
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
|
||||
fail-on-alert: false
|
||||
- name: Push benchmark result
|
||||
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
|
||||
# if: ${{ github.ref == 'refs/heads/develop' }}
|
||||
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